Skip to content

Commit b88388c

Browse files
author
Thomas Statter
committed
code climate yaml
1 parent 194d409 commit b88388c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.codeclimate.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
engines:
2+
duplication:
3+
enabled: true
4+
config:
5+
languages:
6+
- ruby
7+
- javascript
8+
fixme:
9+
enabled: true
10+
rubocop:
11+
enabled: true
12+
ratings:
13+
paths:
14+
- "**.inc"
15+
- "**.js"
16+
- "**.jsx"
17+
- "**.module"
18+
- "**.php"
19+
- "**.py"
20+
- "**.rb"
21+
exclude_paths:
22+
- spec/

0 commit comments

Comments
 (0)