mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
ignore any lock file on license header check (#1776)
Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
parent
8ed42dd715
commit
fcfeb6dd60
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user