Merge pull request #808 from croneter/codacy

Create .codacy.yaml to ignore certain Codacy errors
This commit is contained in:
croneter 2019-03-30 09:52:50 +01:00 committed by GitHub
commit 029123334b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.codacy.yaml Normal file
View file

@ -0,0 +1,5 @@
exclude_paths:
- 'resources/lib/watchdog/**'
- 'resources/lib/pathtools/**'
- 'resources/lib/pathtools/**'
- 'resources/lib/defused_etree.py'