util/lint: Ignore opensil for Kconfig linter
The Kconfig linter was browsing into the openSIL tree and reporting issues for the release because it can't use git grep there. This change explicitly tells the Kconfig linter to ignore the openSIL submodule. Change-Id: Ia0399225cced9f199a6d2a90bc6c2af905ff4e99 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88235 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
5228b3ef7b
commit
6cb9efa19a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ my $root_dir = "src"; # Directory of the top level Kconfig file
|
|||
my $errors_found = 0; # count of errors
|
||||
my $warnings_found = 0;
|
||||
my $exclude_dirs_and_files =
|
||||
'^build/\|^coreboot-builds/\|^configs/\|^util/\|^\.git/\|^payloads\|^Documentation\|^3rdparty'
|
||||
'^build/\|^coreboot-builds/\|^configs/\|^util/\|^\.git/\|^payloads\|^Documentation\|^3rdparty\|^src/vendorcode/amd/opensil/genoa_poc/opensil'
|
||||
. '\|' . # directories to exclude when searching for used symbols
|
||||
'\.config\|\.txt$\|\.tex$\|\.tags\|/kconfig.h\|\.fmd'; #files to exclude when looking for symbols
|
||||
my $payload_files_to_check='payloads/Makefile.mk payloads/external/Makefile.mk';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue