gpaste/.golangci.yml
Torjus Håkestad cc4835f224
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Remove wsl linter
2022-01-27 11:48:49 +01:00

35 lines
514 B
YAML

run:
tests: false
linters:
enable:
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- gosec
- asciicheck
- bidichk
- bodyclose
- gomnd
- ifshort
- misspell
- prealloc
- tagliatelle
- ireturn
- gocritic
- whitespace
- stylecheck
- exportloopref
- godot
- gofumpt
linters-settings:
gomnd:
ignored-functions:
- "strconv.ParseUint"