trivial: increase shellcheck level to warning

This commit is contained in:
Mario Limonciello 2021-08-17 09:19:28 -05:00
parent 684bc03813
commit f8d3279de5

View File

@ -46,7 +46,7 @@ repos:
- id: shellcheck
name: check shellscript style
language: system
entry: shellcheck --severity=error -e SC2068
entry: shellcheck --severity=warning -e SC2068
types: [shell]
- id: clang-format
name: clang-format