From a6152c7480c5d8a5b2132771719d802db17e86eb Mon Sep 17 00:00:00 2001
From: Yamagishi Kazutoshi <ykzts@desire.sh>
Date: Mon, 18 Oct 2021 19:04:42 +0900
Subject: [PATCH] Exclude locale files from Code Climate (#16863)

---
 .codeclimate.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.codeclimate.yml b/.codeclimate.yml
index 8701e5f3d2..c253bd95a7 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