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