Files
mangaDownloader/manga-py-stable_1.x/.codeclimate.yml
2019-12-14 22:33:14 -05:00

24 lines
353 B
YAML

exclude_paths:
- 'tests/'
- 'manga_py/storage/'
- 'manga_py/providers/'
- 'manga_py/gui/langs/*.json'
- 'helpers/'
- 'Dockerfile'
- 'LICENSE'
- 'README*'
- '*.yml'
- '*.txt'
- '.scrutinizer.yml'
- '.travis.yml'
- '.codeclimate.yml'
- '.gitignore'
- '.gitmodules'
languages:
Python: true
pep8:
enabled: true
checks:
E501:
enabled: false