Maintenance: disabled CodeClimate plugins that are actually used in the CI toolchain (brakeman to be added later).
This commit is contained in:
parent
a5c386cbb2
commit
c446bed0da
1 changed files with 0 additions and 24 deletions
|
@ -1,29 +1,5 @@
|
||||||
---
|
---
|
||||||
version: "2"
|
version: "2"
|
||||||
plugins:
|
|
||||||
brakeman:
|
|
||||||
enabled: true
|
|
||||||
bundler-audit:
|
|
||||||
enabled: true
|
|
||||||
csslint:
|
|
||||||
enabled: true
|
|
||||||
coffeelint:
|
|
||||||
enabled: true
|
|
||||||
duplication:
|
|
||||||
enabled: true
|
|
||||||
config:
|
|
||||||
languages:
|
|
||||||
- ruby
|
|
||||||
- javascript
|
|
||||||
eslint:
|
|
||||||
enabled: true
|
|
||||||
fixme:
|
|
||||||
enabled: true
|
|
||||||
phpmd:
|
|
||||||
enabled: false
|
|
||||||
rubocop:
|
|
||||||
enabled: true
|
|
||||||
channel: rubocop-1-10
|
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
# Bundled thirdparty asset files
|
# Bundled thirdparty asset files
|
||||||
- "app/assets/javascripts/app/lib/**/*.js"
|
- "app/assets/javascripts/app/lib/**/*.js"
|
||||||
|
|
Loading…
Reference in a new issue