gpaste/.golangci.yml
Torjus Håkestad cc4e61f981
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add gofumpt linter
2022-01-27 11:36:16 +01:00

36 lines
524 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
- wsl
- stylecheck
- exportloopref
- godot
- gofumpt
linters-settings:
gomnd:
ignored-functions:
- "strconv.ParseUint"