Added manga-py source
This commit is contained in:
23
manga-py-stable_1.x/.codeclimate.yml
Normal file
23
manga-py-stable_1.x/.codeclimate.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
Reference in New Issue
Block a user