mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
ignore any lock file on license header check (#1776)
Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8ed42dd715
commit
fcfeb6dd60
@@ -14,7 +14,7 @@ project {
|
|||||||
header_ignore = [
|
header_ignore = [
|
||||||
"**/*.tf",
|
"**/*.tf",
|
||||||
"**/*.tftest.hcl",
|
"**/*.tftest.hcl",
|
||||||
"testing/equivalence-tests/**/.terraform.lock.hcl",
|
"**/*.terraform.lock.hcl",
|
||||||
"website/docs/**/examples/**",
|
"website/docs/**/examples/**",
|
||||||
"**/testdata/**",
|
"**/testdata/**",
|
||||||
"**/*.pb.go",
|
"**/*.pb.go",
|
||||||
|
|||||||
Reference in New Issue
Block a user