mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #33099 from hashicorp/alisdair/copywrite-ignore-protobuf-generated-code
Configure copywrite to ignore protobuf, stringer, mockgen output
This commit is contained in:
commit
a686bde5c9
@ -10,5 +10,8 @@ project {
|
||||
header_ignore = [
|
||||
"**/*.tf",
|
||||
"**/testdata/**",
|
||||
"**/*.pb.go",
|
||||
"**/*_string.go",
|
||||
"**/mock*.go",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user