Fix all pep8 and eslint errors :0

This commit is contained in:
Jan Tuomi
2017-05-21 16:28:47 +03:00
parent 4ab9c98b57
commit a2fb923220
32 changed files with 306 additions and 376 deletions
+1 -2
View File
@@ -29,7 +29,7 @@ pep8:
stage: lint
script:
- pip install -r requirements.txt
- pep8 --exclude='*/migrations/*' --count .
- pep8 --config=setup.cfg --count .
eslint:
image: node:7.10.0
@@ -37,4 +37,3 @@ eslint:
script:
- npm install -g eslint
- eslint .