mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Merge pull request #568 from adam111316/feature/AddCodeClimate
Add Code Climate configuration files
This commit is contained in:
commit
6a0ebeeba8
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 AniDb Random and Hot to Add Show page
|
||||||
* Add IMDb Popular to Add Show page
|
* Add IMDb Popular to Add Show page
|
||||||
* Add version to anime renaming pattern
|
* Add version to anime renaming pattern
|
||||||
|
* Add Code Climate configuration files
|
||||||
|
|
||||||
[develop changelog]
|
[develop changelog]
|
||||||
Enable Alpha Ratio again now that the secure login page over https is fixed
|
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