mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-21 22:30:46 +08:00
29 lines
578 B
YAML
29 lines
578 B
YAML
linters-settings:
|
|
nakedret:
|
|
max-func-lines: 0
|
|
govet:
|
|
settings:
|
|
printf:
|
|
funcs:
|
|
- (unknwon.dev/clog/v2).Trace
|
|
- (unknwon.dev/clog/v2).Info
|
|
- (unknwon.dev/clog/v2).Warn
|
|
- (unknwon.dev/clog/v2).Error
|
|
- (unknwon.dev/clog/v2).ErrorDepth
|
|
- (unknwon.dev/clog/v2).Fatal
|
|
- (unknwon.dev/clog/v2).FatalDepth
|
|
|
|
linters:
|
|
enable:
|
|
- errcheck
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- typecheck
|
|
- unused
|
|
- nakedret
|
|
- gofmt
|
|
- unconvert
|
|
- goimports
|