ci: lint the Coverity script

as we now use our own custom script for it.
This commit is contained in:
Frantisek Sumsal 2022-08-11 10:36:02 +02:00
parent 176086a2ec
commit 34a2f39b37

View 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