Browse Source

Exclude locale files from Code Climate (#16863)

closed-social-glitch-2
Yamagishi Kazutoshi 2 years ago
committed by GitHub
parent
commit
a6152c7480
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .codeclimate.yml

+ 4
- 1
.codeclimate.yml View File

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