mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
Don't ignore kernel-install for shellcheck
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user