about summary refs log tree commit diff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-16 18:26:46 +0200
committerGitHub <noreply@github.com>2017-04-16 18:26:46 +0200
commit181115422c8a990b1e76920a1902c2e0f3dcd85e (patch)
tree5a6ac2ab21ca8c6e02cb2022a5291eb54c01b959 /.codeclimate.yml
parent86d1dcc97a805312afcadd3df4bb48e4182ad171 (diff)
Disable CodeClimate duplication checks (#1943)
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 8558e3135..d86475a29 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -1,12 +1,6 @@
 engines:
  duplication:
-   enabled: true
-   exclude_paths:
-     - app/assets/javascripts/components/locales/
-   config:
-     languages:
-     - ruby
-     - javascript
+   enabled: false
  rubocop:
    enabled: true
  eslint: