mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 14:04:39 +00:00
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)
This commit is contained in:
parent
79546799af
commit
8aadb7b0b2
|
@ -1,6 +1,8 @@
|
||||||
engines:
|
engines:
|
||||||
duplication:
|
duplication:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
exclude_paths:
|
||||||
|
- app/assets/javascripts/components/locales/
|
||||||
config:
|
config:
|
||||||
languages:
|
languages:
|
||||||
- ruby
|
- ruby
|
||||||
|
|
Loading…
Reference in a new issue