From: наб Date: Sun, 22 May 2022 14:20:56 +0000 (+0200) Subject: Don't ignore kernel-install for shellcheck X-Git-Tag: v252-rc1~935^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32c99bc86e6b7745d3a3286c345b335839909a8a;p=thirdparty%2Fsystemd.git Don't ignore kernel-install for shellcheck --- diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1ba92364258..3fdb24b0ead 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -37,8 +37,9 @@ jobs: # - man/.* - all snippets in man pages (false positives due to # missing shebangs) # - .*\.(in|SKELETON) - all template/skeleton files + # except kernel-install # - tools/coverity\.sh - external file (with some modifications) - FILTER_REGEX_EXCLUDE: .*/(man/.*|.*\.(in|SKELETON)|tools/coverity\.sh)$ + FILTER_REGEX_EXCLUDE: .*/(man/.*|([^k]|k(k|ek)*([^ek]|e[^kr]))*(k(k|ek)*e?)?\.(in|SKELETON)|tools/coverity\.sh)$ VALIDATE_ALL_CODEBASE: false VALIDATE_BASH: true # FIXME: temporarily disable validation of GH Action files, since