Skip to content

Commit

Permalink
Add codeclimate (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubh-nair authored and jywarren committed Apr 14, 2019
1 parent 94c74bd commit 58fd5af
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 @@
version: 2
plugins:
rubocop:
enabled: true
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby:
- javascript:
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true

exclude_patterns:
- config/
- db/
- vendor/
- log/


0 comments on commit 58fd5af

Please sign in to comment.