1
1
mirror of https://github.com/wader/fq.git synced 2024-10-06 08:28:39 +03:00
fq/.golangci.yml

45 lines
855 B
YAML

linters:
enable:
- asciicheck
- bodyclose
- durationcheck
- errname
- errorlint
- exhaustive
- exportloopref
- forcetypeassert
- goimports
- gosec
- makezero
- misspell
- nakedret
- nilerr
- noctx
- nolintlint
- nosprintfhostport
- predeclared
- revive
- tagliatelle
- unconvert
- unparam
- wastedassign
linters-settings:
exhaustive:
default-signifies-exhaustive: true
gosec:
excludes:
- G401
- G501
misspell:
ignore-words:
# elf RELA
- rela
- equalisation
- synchronisation
run:
timeout: 5m
skip-dirs:
# allow md5
- dev
- doc