mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-08 19:56:12 +02:00
12 lines
176 B
TOML
12 lines
176 B
TOML
version = 1
|
|
|
|
test_patterns = ["**/*_test.go"]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
|
|
[analyzers.meta]
|
|
import_root = "github.com/gaukas/clienthellod"
|
|
|
|
[[transformers]]
|
|
name = "gofumpt" |