mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
Add codeclimate (#521)
This commit is contained in:
committed by
Jeffrey Warren
parent
94c74bd1c1
commit
58fd5af706
28
.codeclimate.yml
Normal file
28
.codeclimate.yml
Normal 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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user