prototorch/.codacy.yml

16 lines
453 B
YAML
Raw Normal View History

2020-09-24 09:27:56 +00:00
# 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`
2020-09-24 09:53:35 +00:00
# To analyse, run:
# codacy-analysis-cli analyse --tool remark-lint --directory `pwd`
2020-09-24 09:27:56 +00:00
---
engines:
pylintpython3:
exclude_paths:
- config/engines.yml
remark-lint:
exclude_paths:
- config/engines.yml
exclude_paths:
2020-09-24 09:53:35 +00:00
- 'tests/**'