12 lines
177 B
TOML
12 lines
177 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_paths = ["github.com/outout14/sacrebleu-dns"]
|
|
|
|
[[transformers]]
|
|
name = "gofmt"
|
|
enabled = true
|