You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
177 B
TOML
13 lines
177 B
TOML
3 years ago
|
version = 1
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "go"
|
||
|
enabled = true
|
||
|
|
||
|
[analyzers.meta]
|
||
|
import_paths = ["github.com/outout14/sacrebleu-dns"]
|
||
|
|
||
|
[[transformers]]
|
||
|
name = "gofmt"
|
||
|
enabled = true
|