From a3ca4595267c3772f383ccf862b0b54cde43b63e Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 9 Oct 2017 16:40:05 +0200 Subject: [PATCH] exclude translation files from codacy (#2891) * exclude translation files from codacy * update appveyor ignore config add codacy.yml --- .appveyor.yml | 1 + .codacy.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .codacy.yml diff --git a/.appveyor.yml b/.appveyor.yml index aeb76e00..3ba828ab 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,6 +8,7 @@ skip_commits: - .tx/* - webclient/* - .*ignore + - .codacy.yml - .gitlab-ci.yml - .travis.yml - '*.md' diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 00000000..c885b6fd --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,5 @@ +--- +exclude_paths: + - '**/translations/*.ts' + + # see https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File \ No newline at end of file