lint fixes

This commit is contained in:
Maxim Devaev
2022-06-24 19:10:38 +03:00
parent fe13d146e5
commit cef5f4ff23
2 changed files with 17 additions and 10 deletions

View File

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