diff options
Diffstat (limited to '.github/workflows/linter-automated.yaml')
-rw-r--r-- | .github/workflows/linter-automated.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/linter-automated.yaml b/.github/workflows/linter-automated.yaml index 6a1ac75..807be4e 100644 --- a/.github/workflows/linter-automated.yaml +++ b/.github/workflows/linter-automated.yaml @@ -16,4 +16,6 @@ jobs: uses: azohra/shell-linter@v0.6.0 with: path: "src/**/*.sh" - severity: "error" # [style, info, warning, error]
\ No newline at end of file + severity: "error" # [style, info, warning, error] + env: + SHELLCHECK_OPTS: -e SC2072 # Acceptable use of decimal comparison
\ No newline at end of file |