Merge pull request #33094 from hashicorp/alisdair/copywrite-no-testdata

Configure copywrite to ignore testdata
This commit is contained in:
Alisdair McDiarmid 2023-04-26 14:08:35 -04:00 committed by GitHub
commit 59b7678624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,5 +9,6 @@ project {
# files or folders should be ignored
header_ignore = [
"**/*.tf",
"**/testdata/**",
]
}