Add Code Climate configuration files

This commit is contained in:
Adam 2015-11-20 07:16:32 +08:00
parent 2df265616a
commit 827eb0a59c
3 changed files with 20 additions and 0 deletions

17
.codeclimate.yml Normal file
View 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/**/*

View file

@ -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
View file

@ -0,0 +1,2 @@
[pep8]
ignore = E501