Exclude locale files from Code Climate (#16863)

master
Yamagishi Kazutoshi 2 years ago committed by GitHub
parent 17f4e457b3
commit a6152c7480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .codeclimate.yml

@ -35,4 +35,7 @@ plugins:
enabled: true
exclude_patterns:
- spec/
- vendor/asset
- vendor/asset/
- app/javascript/mastodon/locales/**/*.json
- config/locales/**/*.yml

Loading…
Cancel
Save