Configure copywrite to ignore testdata

pull/33094/head
Alisdair McDiarmid 3 years ago committed by GitHub
parent c6400fabb1
commit 8ffd5d0ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save