Skip to content

Commit

Permalink
Add .codeclimate.yml to limit the audit to the library sources
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Mar 22, 2016
1 parent 38d4532 commit a09c87d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "src/**/*"

0 comments on commit a09c87d

Please sign in to comment.