Add codacy config file
This commit is contained in:
parent
d5ab9c3771
commit
9672aab8e2
13
.codacy.yml
Normal file
13
.codacy.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# To validate the contents of your configuration file
|
||||||
|
# run the following command in the folder where the configuration file is located:
|
||||||
|
# codacy-analysis-cli validate-configuration --directory `pwd`
|
||||||
|
---
|
||||||
|
engines:
|
||||||
|
pylintpython3:
|
||||||
|
exclude_paths:
|
||||||
|
- config/engines.yml
|
||||||
|
remark-lint:
|
||||||
|
exclude_paths:
|
||||||
|
- config/engines.yml
|
||||||
|
exclude_paths:
|
||||||
|
- '**/tests/**'
|
Loading…
Reference in New Issue
Block a user