Browse Source

Add Code Climate configuration files

pull/568/head
Adam 10 years ago
parent
commit
827eb0a59c
  1. 17
      .codeclimate.yml
  2. 1
      CHANGES.md
  3. 2
      tox.ini

17
.codeclimate.yml

@ -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/**/*

1
CHANGES.md

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

@ -0,0 +1,2 @@
[pep8]
ignore = E501
Loading…
Cancel
Save