1version = 1 2 3test_patterns = [ 4 "*_test.go" 5] 6 7[[analyzers]] 8name = "go" 9enabled = true 10 11 [analyzers.meta] 12 import_path = "github.com/imdario/mergo"
View as plain text