8000 Create .codeclimate.yml · JavaScriptCodes/botpress@49bfb0c · GitHub
[go: up one dir, main page]

Skip to content

Commit 49bfb0c

Browse files
authored
Create .codeclimate.yml
Created a Code Climate config with ESLint and duplication enabled.
1 parent 6199e4a commit 49bfb0c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.codeclimate.yml

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

0 commit comments

Comments
 (0)
0