Skip to content

Commit

Permalink
Add Code Climate config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Nov 19, 2015
1 parent a1a4451 commit 4f95247
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: false
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.js"
- "**.jsx"
exclude_paths:
- config/**/*
- public/**/*
- locales/**/*

0 comments on commit 4f95247

Please sign in to comment.