mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Configure copywrite to ignore more generated code
stringer and mockgen added to the list.
This commit is contained in:
parent
4d6a523859
commit
30a08d08c8
@ -11,5 +11,7 @@ project {
|
||||
"**/*.tf",
|
||||
"**/testdata/**",
|
||||
"**/*.pb.go",
|
||||
"**/*_string.go",
|
||||
"**/mock*.go",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user