ethergo/backends/anvil/options.go
OptionBuilder
has 41 methods (exceeds 20 allowed). Consider refactoring. Open
Open
type OptionBuilder struct {
generalOptions
evmOptions
executorOptions
serverOptions
Function fieldIsEmpty
has 8 return statements (exceeds 4 allowed). Open
Open
func fieldIsEmpty(v reflect.Value) bool {
//nolint: exhaustive
switch v.Kind() {
case reflect.Bool:
if !v.Bool() {