Maintenance: disabled CodeClimate plugins that are actually used in the CI toolchain (brakeman to be added later).

This commit is contained in:
Martin Gruner 2021-06-16 11:45:43 +02:00
parent a5c386cbb2
commit c446bed0da
1 changed files with 0 additions and 24 deletions

View File

@ -1,29 +1,5 @@
---
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:
# Bundled thirdparty asset files
- "app/assets/javascripts/app/lib/**/*.js"