mirror of
https://github.com/systemd/systemd.git
synced 2025-09-09 17:44:49 +03: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
|
# - man/.* - all snippets in man pages (false positives due to
|
||||||
# missing shebangs)
|
# missing shebangs)
|
||||||
# - .*\.(in|SKELETON) - all template/skeleton files
|
# - .*\.(in|SKELETON) - all template/skeleton files
|
||||||
|
# except kernel-install
|
||||||
# - tools/coverity\.sh - external file (with some modifications)
|
# - 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_ALL_CODEBASE: false
|
||||||
VALIDATE_BASH: true
|
VALIDATE_BASH: true
|
||||||
# FIXME: temporarily disable validation of GH Action files, since
|
# FIXME: temporarily disable validation of GH Action files, since
|
||||||
|
Reference in New Issue
Block a user