Skip to content

Commit 4702f72

Browse files
author
Martin Brecht-Precht
committed
Added codeclimate.yml
1 parent cd349b3 commit 4702f72

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.codeclimate.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
enabled: true
12+
phpmd:
13+
enabled: true
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

Comments
 (0)