exclude translation files from codacy (#2891)

* exclude translation files from codacy

* update appveyor ignore config

add codacy.yml
This commit is contained in:
tooomm 2017-10-09 16:40:05 +02:00 committed by ctrlaltca
parent 17202e8dba
commit a3ca459526
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,7 @@ skip_commits:
- .tx/*
- webclient/*
- .*ignore
- .codacy.yml
- .gitlab-ci.yml
- .travis.yml
- '*.md'

5
.codacy.yml Normal file
View file

@ -0,0 +1,5 @@
---
exclude_paths:
- '**/translations/*.ts'
# see https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File