1version = 1 2 3test_patterns = [ 4 '**/*_test.go' 5] 6 7exclude_patterns = [ 8 9] 10 11[[analyzers]] 12name = 'go' 13enabled = true 14 15 16 [analyzers.meta] 17 import_path = 'github.com/dgraph-io/ristretto'
View as plain text