mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-18 01:37:26 +02:00
07c8adaf76
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
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" |