Configure copywrite to ignore more generated code

stringer and mockgen added to the list.
This commit is contained in:
Alisdair McDiarmid 2023-04-26 16:47:54 -04:00
parent 4d6a523859
commit 30a08d08c8

View File

@ -11,5 +11,7 @@ project {
"**/*.tf",
"**/testdata/**",
"**/*.pb.go",
"**/*_string.go",
"**/mock*.go",
]
}