mirror of
https://github.com/wader/fq.git
synced 2024-11-23 09:56:07 +03:00
36 lines
538 B
YAML
36 lines
538 B
YAML
|
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
|