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

27 lines
380 B
YAML
Raw Normal View History

2022-12-18 16:13:50 +01:00
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