first commit
This commit is contained in:
26
.golangci.yaml
Normal file
26
.golangci.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
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
|
Reference in New Issue
Block a user