diff options
author | Devaev Maxim <[email protected]> | 2021-04-17 15:41:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-04-17 15:41:05 +0300 |
commit | be012fd38d6f6f2d269dcbffd3aafe59a2a9a40c (patch) | |
tree | 0742bf1e2934f8d882e9e7b3c81360d7204285ee /testenv/tox.ini | |
parent | 3a2ffcfd5c0591160333d1b347880f09eb2ee056 (diff) |
terminal window
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r-- | testenv/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini index ba50e422..e3d2a810 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -58,4 +58,4 @@ commands = eslint --cache-location=/tmp --config=testenv/linters/eslintrc.yaml - [testenv:htmlhint] whitelist_externals = htmlhint -commands = htmlhint web/*.html web/*/*.html +commands = htmlhint --config=testenv/linters/htmlhint.json web/*.html web/*/*.html |