Add codeclimate (#521)

This commit is contained in:
Kaustubh Nair
2019-04-14 10:11:34 +05:30
committed by Jeffrey Warren
parent 94c74bd1c1
commit 58fd5af706

28
.codeclimate.yml Normal file
View File

@@ -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/