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:
Alisdair McDiarmid 2023-04-26 17:01:51 -04:00 committed by GitHub
commit a686bde5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,5 +10,8 @@ project {
header_ignore = [
"**/*.tf",
"**/testdata/**",
"**/*.pb.go",
"**/*_string.go",
"**/mock*.go",
]
}