Browse Source

Exclude javascript locale file from dup check (#1677)

* Exclude javascript locale files form Code Climate's duplication
  engine. It is silly to have duplication check with locale files.
  They are supposed to look similar.

* Prevent unnecessary blocking for translation updates (like #1661)
closed-social-glitch-2
Koala Yeung 7 years ago
committed by Eugen
parent
commit
8aadb7b0b2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .codeclimate.yml

+ 2
- 0
.codeclimate.yml View File

@ -1,6 +1,8 @@
engines:
duplication:
enabled: true
exclude_paths:
- app/assets/javascripts/components/locales/
config:
languages:
- ruby

Loading…
Cancel
Save