]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: lint the Coverity script 24260/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 11 Aug 2022 08:36:02 +0000 (10:36 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 11 Aug 2022 08:57:25 +0000 (10:57 +0200)
as we now use our own custom script for it.

.github/workflows/linter.yml

index 0612a709ce3c1c3c9bf0b749f9f110e86828356a..4c6a8d5e5a0ba873eefb434e94c28f2ebea6a1b0 100644 (file)
@@ -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