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 cd349b3 commit 4702f72Copy full SHA for 4702f72
.codeclimate.yml
@@ -0,0 +1,28 @@
1
+engines:
2
+ duplication:
3
+ enabled: true
4
+ config:
5
+ languages:
6
+ - ruby
7
+ - javascript
8
+ - python
9
+ - php
10
+ fixme:
11
12
+ phpmd:
13
14
+ checks:
15
+ CleanCode/ElseExpression:
16
+ enabled: false
17
+ratings:
18
+ paths:
19
+ - "**.inc"
20
+ - "**.js"
21
+ - "**.jsx"
22
+ - "**.module"
23
+ - "**.php"
24
+ - "**.py"
25
+ - "**.rb"
26
+exclude_paths:
27
+- test/
28
+- vendor/
0 commit comments