11 lines
132 B
TOML
11 lines
132 B
TOML
[linters]
|
|
enable = [
|
|
"errcheck",
|
|
"gosimple",
|
|
"govet",
|
|
"ineffassign",
|
|
"staticcheck",
|
|
"unused",
|
|
"gofmt"
|
|
]
|