mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
14 lines
204 B
TOML
14 lines
204 B
TOML
version = 1
|
|
|
|
test_patterns = ["**/*_test.go"]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_root = "github.com/anacrolix/torrent"
|
|
|
|
[[transformers]]
|
|
name = "gofumpt"
|
|
enabled = true |