diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-07-17 17:54:59 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-07-17 21:12:57 +0200 |
commit | c4b167f857fe5c228da4d4950a3eae13f53c645c (patch) | |
tree | 1356275c1152a1fb84b2ad4aa7a5861e8a43b531 /.github/workflows | |
parent | Merge pull request #28384 from ldv-alt/ERRNO_IS (diff) | |
download | systemd-c4b167f857fe5c228da4d4950a3eae13f53c645c.tar.xz systemd-c4b167f857fe5c228da4d4950a3eae13f53c645c.zip |
ci: drop super-linter's shellcheck
It's been a while since we introduced Differential ShellCheck and it
proved to be quite useful (and in some ways even better than the shellcheck
run by super-linter). So, to have only one linter scream at us for not
knowing how to write bash properly, let's drop the super-linter's one in
favor of Differential ShellCheck.
Follow-up for https://github.com/systemd/systemd/pull/24328#pullrequestreview-1074127504
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linter.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e136d97c92..bf1ba59b4c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -32,13 +32,5 @@ jobs: uses: github/super-linter/slim@45fc0d88288beee4701c62761281edfee85655d7 env: DEFAULT_BRANCH: main - MULTI_STATUS: false - # Excludes: - # - man/.* - all snippets in man pages (false positives due to - # missing shebangs) - # - .*\.(in|SKELETON) - all template/skeleton files - # except kernel-install - FILTER_REGEX_EXCLUDE: .*/(man/.*|([^k]|k(k|ek)*([^ek]|e[^kr]))*(k(k|ek)*e?)?\.(in|SKELETON))$ VALIDATE_ALL_CODEBASE: false - VALIDATE_BASH: true VALIDATE_GITHUB_ACTIONS: true |