Torjus Håkestad
cc4835f224
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
35 lines
514 B
YAML
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" |