diff options
author | Maxim Devaev <[email protected]> | 2022-06-24 19:10:38 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-06-24 19:10:38 +0300 |
commit | cef5f4ff2304430d2710b8cf4bb31331af26c5f8 (patch) | |
tree | 33ed4c062476ca23da1d669464db223e3e4891e1 /testenv | |
parent | fe13d146e5eba02d8c21adf2d65e478845605277 (diff) |
lint fixes
Diffstat (limited to 'testenv')
-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 2e904e0e..1d71f3e5 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -63,4 +63,4 @@ commands = htmlhint --config=testenv/linters/htmlhint.json web/*.html web/*/*.ht [testenv:shellcheck] whitelist_externals = bash -commands = bash -c 'shellcheck --color=always scripts/*' +commands = bash -c 'shellcheck --color=always kvmd.install scripts/*' |