lint-000-license-headers: Add src/sbom/TAGS to exception list
commitbbe0a99d6682f8b73717d182385a70b2790869f5
authorFelix Singer <felixsinger@posteo.net>
Mon, 22 Aug 2022 18:08:40 +0000 (22 20:08 +0200)
committerFelix Singer <felixsinger@posteo.net>
Mon, 22 Aug 2022 20:51:32 +0000 (22 20:51 +0000)
treea3ea6935eafb2c401fac2a16f046077a3389f4f8
parent069b6d0479aa64cbbc7367a157548edcb04651dc
lint-000-license-headers: Add src/sbom/TAGS to exception list

Commit 6dac0c54cd0b makes the linter checking for license headers on all
files from the src directory. Since this TAGS file doesn't have one,
it's causing a linter error and it makes the QA system complain.
However, the TAGS file doesn't need a license header and thus add it to
the exception list.

Usually the build tests detect such issues, but commit 1d7a9debf241,
which introduced that file, was merged independently from the other
commit, which modifies the linter. Also, the patch that is introducing
this file was based on an older commit at which the patch modifying the
linter wasn't merged yet and so this issue was hidden.

Change-Id: I78da3fa70c39b709478a384da8769fc058ca18ce
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66938
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
util/lint/lint-000-license-headers