Skip to content

Commit

Permalink
Start customizing CodeClimate config.
Browse files Browse the repository at this point in the history
  • Loading branch information
hlfcoding committed Oct 15, 2017
1 parent d35f200 commit 0a00850
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
---
engines:
version: '2'
checks:
file-lines:
config:
threshold: 1000
method-lines:
config:
threshold: 70
return-statements:
config:
threshold: 20
plugins:
csslint:
enabled: true
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.js"
- "**.css"
exclude_paths:
- "dist/**/*"
- "release/**/*"
exclude_patterns:
- 'dist/'

0 comments on commit 0a00850

Please sign in to comment.