about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2021-10-18 19:04:42 +0900
committerGitHub <noreply@github.com>2021-10-18 12:04:42 +0200
commita6152c7480c5d8a5b2132771719d802db17e86eb (patch)
tree30b25f615324131796ee328e7b19682faad205fe
parent17f4e457b3a909522a230fd1f1f8f737e3faad87 (diff)
Exclude locale files from Code Climate (#16863)
-rw-r--r--.codeclimate.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 8701e5f3d..c253bd95a 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -35,4 +35,7 @@ plugins:
     enabled: true
 exclude_patterns:
 - spec/
-- vendor/asset
+- vendor/asset/
+
+- app/javascript/mastodon/locales/**/*.json
+- config/locales/**/*.yml