ignore any lock file on license header check (#1776)

Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
Oleksandr Levchenkov 2024-07-08 15:27:11 +03:00 committed by GitHub
parent 8ed42dd715
commit fcfeb6dd60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ project {
header_ignore = [
"**/*.tf",
"**/*.tftest.hcl",
"testing/equivalence-tests/**/.terraform.lock.hcl",
"**/*.terraform.lock.hcl",
"website/docs/**/examples/**",
"**/testdata/**",
"**/*.pb.go",