mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-30 08:23:37 +00:00
Add Code Climate configuration files
This commit is contained in:
parent
2df265616a
commit
827eb0a59c
3 changed files with 20 additions and 0 deletions
17
.codeclimate.yml
Normal file
17
.codeclimate.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
engines:
|
||||
eslint:
|
||||
enabled: true
|
||||
csslint:
|
||||
enabled: true
|
||||
pep8:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "**.py"
|
||||
- "**.js"
|
||||
- "**.css"
|
||||
exclude_paths:
|
||||
- lib/**/*
|
||||
- tornado/**/*
|
||||
- gui/slick/css/lib/**/*
|
||||
- gui/slick/js/lib/**/*
|
|
@ -73,6 +73,7 @@
|
|||
* Add AniDb Random and Hot to Add Show page
|
||||
* Add IMDb Popular to Add Show page
|
||||
* Add version to anime renaming pattern
|
||||
* Add Code Climate configuration files
|
||||
|
||||
[develop changelog]
|
||||
Enable Alpha Ratio again now that the secure login page over https is fixed
|
||||
|
|
2
tox.ini
Normal file
2
tox.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[pep8]
|
||||
ignore = E501
|
Loading…
Reference in a new issue