Skip to content

Commit 566310b

Browse files
committed
added .codeclimate.yml
1 parent 0a9c5dd commit 566310b

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.codeclimate.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
## exclude ...
1+
2+
engines:
3+
rubocop:
4+
enabled: true
5+
brakeman:
6+
enabled: true
7+
eslint:
8+
enabled: true
9+
duplication:
10+
enabled: true
11+
config:
12+
languages:
13+
- javascript:
214
exclude_paths:
15+
- "**/plugins/"
16+
- "**/src/"
17+
- "**/tests/"
318
- "Gruntfile.js"
419
- "LICENSE"
520
- "README.md"

0 commit comments

Comments
 (0)