Skip to content

Commit

Permalink
Adds a codeclimate conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Deyen committed Apr 2, 2016
1 parent 0667ca5 commit 08faba6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
engines:
brakeman:
enabled: true
csslint:
enabled: false
coffeelint:
enabled: false
duplication:
enabled: true
config:
languages:
- ruby
eslint:
enabled: false
fixme:
enabled: false
rubocop:
enabled: false
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.rb"
exclude_paths:
- config/
- db/
- spec/

0 comments on commit 08faba6

Please sign in to comment.