diff options
author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2022-05-14 15:12:14 +0200 |
---|---|---|
committer | наб <nabijaczleweli@nabijaczleweli.xyz> | 2022-05-14 15:21:34 +0200 |
commit | b32217e8d0536a9d8942d99813dcd5edb4d73fd2 (patch) | |
tree | 24f8ad94880f94ff36a2d09ca9fa7c18e3eaaccc /.github/workflows/linter.yml | |
parent | kernel-install: respect $TMPDIR (diff) | |
download | systemd-b32217e8d0536a9d8942d99813dcd5edb4d73fd2.tar.xz systemd-b32217e8d0536a9d8942d99813dcd5edb4d73fd2.zip |
Don't not lint kernel-install
Diffstat (limited to '.github/workflows/linter.yml')
-rw-r--r-- | .github/workflows/linter.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0956661512..ecdd7970d2 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -36,11 +36,9 @@ jobs: # Excludes: # - man/.* - all snippets in man pages (false positives due to # missing shebangs) - # - kernel-install/.* - false-positives for dropins (and I'm afraid - # to touch kernel-install) # - .*\.(in|SKELETON) - all template/skeleton files # - tools/coverity\.sh - external file (with some modifications) - FILTER_REGEX_EXCLUDE: .*/(man/.*|src/kernel-install/.*|.*\.(in|SKELETON)|tools/coverity\.sh)$ + FILTER_REGEX_EXCLUDE: .*/(man/.*|.*\.(in|SKELETON)|tools/coverity\.sh)$ VALIDATE_ALL_CODEBASE: false VALIDATE_BASH: true VALIDATE_GITHUB_ACTIONS: true |