Configure copywrite to ignore testdata

This commit is contained in:
Alisdair McDiarmid 2023-04-26 13:59:12 -04:00 committed by GitHub
parent c6400fabb1
commit 8ffd5d0ca9
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/**",
]
}