]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Don't ignore kernel-install for shellcheck
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Sun, 22 May 2022 14:20:56 +0000 (16:20 +0200)
committerнаб <nabijaczleweli@nabijaczleweli.xyz>
Mon, 23 May 2022 10:52:52 +0000 (12:52 +0200)
.github/workflows/linter.yml

index 1ba92364258a36946c05f588e3df5435b91982eb..3fdb24b0ead5a72dc974cf7676053a07405a535d 100644 (file)
@@ -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