This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
mullvad-best-server/.golangci.yaml
2022-03-07 20:03:32 +01:00

27 lines
380 B
YAML

linters:
disable-all: true
enable:
- deadcode
- errcheck
- gofmt
- goimports
- gosimple
- ineffassign
- misspell
- staticcheck
- structcheck
- unconvert
- unused
- varcheck
- govet
linters-settings:
goimports:
local-prefixes: github.com/bastiandoetsch/mullvad-best-server
output:
format: tab
run:
deadline: 10m