Add .codeclimate.yml config file to enable multiple engines
This commit is contained in:
34
.codeclimate.yml
Normal file
34
.codeclimate.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
engines:
|
||||
rubocop:
|
||||
enabled: true
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
ruby:
|
||||
javascript:
|
||||
brakeman:
|
||||
enabled: true
|
||||
bundler-audit:
|
||||
enabled: true
|
||||
coffeelint:
|
||||
enabled: true
|
||||
scss-lint:
|
||||
enabled: true
|
||||
fixme:
|
||||
enabled: true
|
||||
markdownlint:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- app/**/*
|
||||
- lib/**/*
|
||||
exclude_paths:
|
||||
- app/assets/fonts/
|
||||
- app/assets/images/
|
||||
- bin/rails
|
||||
- bin/rake
|
||||
- db/
|
||||
- files/
|
||||
- public/
|
||||
- tmp/
|
||||
Reference in New Issue
Block a user