Exclude locale files from Code Climate (#16863)

This commit is contained in:
Yamagishi Kazutoshi 2021-10-18 19:04:42 +09:00 committed by GitHub
parent dae4762733
commit 76c527ce7c

View file

@ -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