gouda/.golangci.toml
2024-12-07 09:48:33 +01:00

11 lines
132 B
TOML

[linters]
enable = [
"errcheck",
"gosimple",
"govet",
"ineffassign",
"staticcheck",
"unused",
"gofmt"
]