19 lines
213 B
TOML
19 lines
213 B
TOML
|
version = 1
|
||
|
|
||
|
test_patterns = [
|
||
|
'integration/testgc/**',
|
||
|
'**/*_test.go'
|
||
|
]
|
||
|
|
||
|
exclude_patterns = [
|
||
|
|
||
|
]
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = 'go'
|
||
|
enabled = true
|
||
|
|
||
|
|
||
|
[analyzers.meta]
|
||
|
import_path = 'github.com/dgraph-io/badger'
|