From 34a2f39b3734a931731716daab28b0a5c5dc9487 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 11 Aug 2022 10:36:02 +0200 Subject: ci: lint the Coverity script as we now use our own custom script for it. --- .github/workflows/linter.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows/linter.yml') diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0612a709ce..4c6a8d5e5a 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 -- cgit v1.2.3