forked from treehouse/mastodon
Exclude locale files from Code Climate (#16863)
parent
17f4e457b3
commit
a6152c7480
|
@ -35,4 +35,7 @@ plugins:
|
|||
enabled: true
|
||||
exclude_patterns:
|
||||
- spec/
|
||||
- vendor/asset
|
||||
- vendor/asset/
|
||||
|
||||
- app/javascript/mastodon/locales/**/*.json
|
||||
- config/locales/**/*.yml
|
||||
|
|
Loading…
Reference in New Issue