Browse Source

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

Martin Gruner 3 years ago
parent
commit
c446bed0da
1 changed files with 0 additions and 24 deletions
  1. 0 24
      .codeclimate.yml

+ 0 - 24
.codeclimate.yml

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