aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linters.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 183924dfd..c6a238fd2 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -20,7 +20,7 @@ jobs:
- name: run Shellcheck
run: |
- find . -name "*.sh" | xargs shellcheck || true
+ find . -name "*.sh" | xargs shellcheck -e SC1004,SC2010,SC2035,SC2086
cppcheck:
runs-on: ubuntu-20.04