Skip to content

Commit c9730c5

Browse files
committedAug 27, 2017
codeclimate config
1 parent 539c664 commit c9730c5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
 

‎.codeclimate.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
engines:
2+
fixme:
3+
enabled: true
4+
pep8:
5+
enabled: true
6+
eslint:
7+
enabled: true
8+
config:
9+
config: client/.eslintrc.json
10+
csslint:
11+
enabled: true
12+
scss-lint:
13+
enabled: true
14+
duplication:
15+
enabled: true
16+
config:
17+
languages:
18+
- python:
19+
- javascript:
20+
ratings:
21+
paths:
22+
- "**.js"
23+
- "**.py"
24+
- "**.scss"
25+
- "**.css"
26+
exclude_paths:
27+
- "**/vendor/**/*"
28+
- "**/migrations/**"

0 commit comments

Comments
 (0)
Please sign in to comment.