From: Yamagishi Kazutoshi Date: Mon, 18 Oct 2021 10:04:42 +0000 (+0900) Subject: Exclude locale files from Code Climate (#16863) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a6152c7480c5d8a5b2132771719d802db17e86eb;p=mastodon.git Exclude locale files from Code Climate (#16863) --- 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