Skip to content

Commit 2360f3d

Browse files
authored
Merge pull request botpress#92 from larkinscott/master
Adding Code Climate config
2 parents 6199e4a + 314d43a commit 2360f3d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.codeclimate.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
engines:
2+
duplication:
3+
enabled: true
4+
config:
5+
languages:
6+
javascript:
7+
mass_threshold: 50
8+
eslint:
9+
enabled: true
10+
channel: "eslint-2"
11+
12+
ratings:
13+
paths:
14+
- "**.js"
15+
16+
exclude_paths:

0 commit comments

Comments
 (0)