mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-26 15:32:37 +00:00
Exclude locale files from Code Climate (#16863)
This commit is contained in:
parent
17f4e457b3
commit
a6152c7480
|
@ -35,4 +35,7 @@ plugins:
|
||||||
enabled: true
|
enabled: true
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
- spec/
|
- spec/
|
||||||
- vendor/asset
|
- vendor/asset/
|
||||||
|
|
||||||
|
- app/javascript/mastodon/locales/**/*.json
|
||||||
|
- config/locales/**/*.yml
|
||||||
|
|
Loading…
Reference in a new issue