refactoring

This commit is contained in:
Devaev Maxim
2018-11-21 07:56:27 +03:00
parent c05ed9f2d8
commit 4a988136d1
6 changed files with 45 additions and 45 deletions

View File

@@ -37,7 +37,7 @@ commands = eslint --config=testenv/eslintrc.yaml --color --ext .js web/js
[testenv:htmlhint]
whitelist_externals = htmlhint
commands = htmlhint web/*.html
commands = htmlhint web/*.html web/*/*.html
[flake8]
max-line-length = 160