diff options
author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2022-05-22 16:20:56 +0200 |
---|---|---|
committer | наб <nabijaczleweli@nabijaczleweli.xyz> | 2022-05-23 12:52:52 +0200 |
commit | 32c99bc86e6b7745d3a3286c345b335839909a8a (patch) | |
tree | ed2a052646d5ad6d7a7476c7f53a9a7a927b4e84 /.github | |
parent | Do not require a valid version when parsing sd-boot loader entries (diff) | |
download | systemd-32c99bc86e6b7745d3a3286c345b335839909a8a.tar.xz systemd-32c99bc86e6b7745d3a3286c345b335839909a8a.zip |
Don't ignore kernel-install for shellcheck
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linter.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1ba9236425..3fdb24b0ea 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 |