]> cat aescling's git repositories - mastodon.git/commitdiff
Exclude locale files from Code Climate (#16863)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 18 Oct 2021 10:04:42 +0000 (19:04 +0900)
committerGitHub <noreply@github.com>
Mon, 18 Oct 2021 10:04:42 +0000 (12:04 +0200)
.codeclimate.yml

index 8701e5f3d202a0d610bdcb1b0866979fb085f5ae..c253bd95a7ce3f803565cfa71703f8c5e96278e3 100644 (file)
@@ -35,4 +35,7 @@ plugins:
     enabled: true
 exclude_patterns:
 - spec/
-- vendor/asset
+- vendor/asset/
+
+- app/javascript/mastodon/locales/**/*.json
+- config/locales/**/*.yml