12 lines
161 B
TOML
12 lines
161 B
TOML
|
version = 1
|
||
|
|
||
|
test_patterns = ["**/*_test.go"]
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "go"
|
||
|
enabled = true
|
||
|
|
||
|
[analyzers.meta]
|
||
|
import_paths = ["github.com/anacrolix/torrent"]
|
||
|
|