2
0
mirror of synced 2025-02-24 06:38:14 +00:00
torrent/.deepsource.toml

14 lines
202 B
TOML
Raw Normal View History

version = 1
test_patterns = ["**/*_test.go"]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
2022-02-11 06:33:32 +00:00
import_root = "github.com/anacrolix/torrent"
[[transformers]]
2022-02-21 21:23:20 +00:00
name = "gofmt"
2022-02-11 06:33:32 +00:00
enabled = true