mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
79 lines
1.3 KiB
YAML
79 lines
1.3 KiB
YAML
run:
|
|
timeout: 5m
|
|
linters:
|
|
enable:
|
|
- asasalint
|
|
- asciicheck
|
|
- bidichk
|
|
- bodyclose
|
|
- containedctx
|
|
- contextcheck
|
|
- decorder
|
|
# - dupl
|
|
# - dupword
|
|
- durationcheck
|
|
- errchkjson
|
|
- errname
|
|
# - errorlint
|
|
# - exhaustive
|
|
- exportloopref
|
|
# - forcetypeassert
|
|
- ginkgolinter
|
|
- gocheckcompilerdirectives
|
|
# - gochecknoinits
|
|
- gochecksumtype
|
|
- gocritic
|
|
# - godot
|
|
# - goerr113
|
|
- gofmt
|
|
# - gofumpt
|
|
- goheader
|
|
- goimports
|
|
- gomoddirectives
|
|
- gomodguard
|
|
- goprintffuncname
|
|
# - gosec
|
|
- gosmopolitan
|
|
- grouper
|
|
- importas
|
|
- inamedparam
|
|
- interfacebloat
|
|
- loggercheck
|
|
- makezero
|
|
- mirror
|
|
- misspell
|
|
- musttag
|
|
- nilerr
|
|
# - nilnil
|
|
# - nlreturn
|
|
- noctx
|
|
- nolintlint
|
|
- nosprintfhostport
|
|
- perfsprint
|
|
- prealloc
|
|
- predeclared
|
|
- promlinter
|
|
- protogetter
|
|
- reassign
|
|
# - revive
|
|
- rowserrcheck
|
|
- sloglint
|
|
- stylecheck
|
|
- tagliatelle
|
|
- tenv
|
|
- testableexamples
|
|
- testifylint
|
|
- thelper
|
|
- tparallel
|
|
# - unconvert
|
|
- unparam
|
|
- usestdlibvars
|
|
- wastedassign
|
|
- whitespace
|
|
- zerologlint
|
|
linters-settings:
|
|
tagliatelle:
|
|
case:
|
|
rules:
|
|
json: kebab
|