mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
Don't ignore kernel-install for shellcheck
This commit is contained in:
parent
87c7779599
commit
32c99bc86e
3
.github/workflows/linter.yml
vendored
3
.github/workflows/linter.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user