As deepmap/oapi-codegen didn't work with this newer version, upgrade to oapi-codegen/oapi-codegen v2. Mitigating CVE-2025-30153
16 lines
295 B
TOML
16 lines
295 B
TOML
[run]
|
|
timeout = "120s"
|
|
|
|
[output]
|
|
format = "colored-line-number"
|
|
|
|
[linters]
|
|
enable = [
|
|
"gocyclo", "unconvert", "goimports", "unused", "unused",
|
|
"vetshadow", "nakedret", "errcheck", "revive", "ineffassign",
|
|
"goconst", "vet", "unparam", "gofmt"
|
|
]
|
|
|
|
[issues]
|
|
exclude-use-default = false
|
|
|