From: Frantisek Sumsal Date: Thu, 11 Aug 2022 08:36:02 +0000 (+0200) Subject: ci: lint the Coverity script X-Git-Tag: v252-rc1~472^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F24260%2Fhead;p=thirdparty%2Fsystemd.git ci: lint the Coverity script as we now use our own custom script for it. --- diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0612a709ce3..4c6a8d5e5a0 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -38,8 +38,7 @@ jobs: # missing shebangs) # - .*\.(in|SKELETON) - all template/skeleton files # except kernel-install - # - tools/coverity\.sh - external file (with some modifications) - FILTER_REGEX_EXCLUDE: .*/(man/.*|([^k]|k(k|ek)*([^ek]|e[^kr]))*(k(k|ek)*e?)?\.(in|SKELETON)|tools/coverity\.sh)$ + 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