1
1
mirror of https://github.com/wader/fq.git synced 2024-10-05 07:57:51 +03:00
fq/.golangci.yml

37 lines
548 B
YAML
Raw Normal View History

2020-06-08 03:29:51 +03:00
linters:
enable:
- goimports
- nilerr
- forcetypeassert
- asciicheck
- bodyclose
- durationcheck
- errorlint
- noctx
- misspell
- exportloopref
- unconvert
- unparam
- wastedassign
- makezero
- exhaustive
- gosec
- nolintlint
- nakedret
- predeclared
- tagliatelle
linters-settings:
misspell:
ignore-words:
# elf RELA
- rela
- equalisation
- synchronisation
gosec:
excludes:
# allow md5
- G401
- G501
2021-08-28 15:40:45 +03:00
unused: