mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
39 lines
578 B
YAML
39 lines
578 B
YAML
|
linters:
|
||
|
fast: false
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- deadcode
|
||
|
- errcheck
|
||
|
- gosimple
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- staticcheck
|
||
|
- structcheck
|
||
|
- typecheck
|
||
|
- unused
|
||
|
- varcheck
|
||
|
- dupl
|
||
|
- exhaustive
|
||
|
- exportloopref
|
||
|
- goconst
|
||
|
- gocritic
|
||
|
- goerr113
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- golint
|
||
|
- goprintffuncname
|
||
|
- interfacer
|
||
|
- lll
|
||
|
- maligned
|
||
|
- misspell
|
||
|
- nakedret
|
||
|
- nolintlint
|
||
|
- prealloc
|
||
|
- scopelint
|
||
|
- unconvert
|
||
|
- unparam
|
||
|
|
||
|
issues:
|
||
|
exclude-use-default: true
|
||
|
max-issues-per-linter: 0
|