Exclude locale files from Code Climate (#16863)
This commit is contained in:
parent
17f4e457b3
commit
a6152c7480
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue