We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c084a08 commit c41102dCopy full SHA for c41102d
.codeclimate.yml
@@ -1,5 +1,6 @@
1
---
2
-engines:
+version: "2"
3
+plugins:
4
duplication:
5
enabled: true
6
exclude_paths:
@@ -18,17 +19,11 @@ engines:
18
19
enabled: false
20
Design/EvalExpression:
21
- exclude_paths:
22
+ exclude_patterns:
23
- "src/JsPhpize/Stream/"
-plugins:
24
phpcodesniffer:
25
26
- phpmd:
27
- enabled: true
28
SonarPHP:
29
30
phan:
31
32
-ratings:
33
- paths:
34
- - "**.php"
0 commit comments