makefile: Update golang CI lint
Signed-off-by: Michał Matczuk <michal@scylladb.com>
This commit is contained in:
committed by
Michal Jan Matczuk
parent
e796a82d11
commit
92c739c2db
@@ -1,7 +1,6 @@
|
||||
run:
|
||||
deadline: 5m
|
||||
tests: false
|
||||
silent: true
|
||||
|
||||
linters-settings:
|
||||
errcheck:
|
||||
@@ -13,6 +12,13 @@ linters-settings:
|
||||
- diagnostic
|
||||
- performance
|
||||
- style
|
||||
disabled-checks:
|
||||
- commentedOutCode
|
||||
- evalOrder
|
||||
- hugeParam
|
||||
- importShadow
|
||||
- yodaStyleExpr
|
||||
- whyNoLint
|
||||
lll:
|
||||
line-length: 180
|
||||
|
||||
@@ -22,10 +28,12 @@ linters:
|
||||
- funlen
|
||||
- gas
|
||||
- gochecknoglobals
|
||||
- gochecknoinits
|
||||
- gomnd
|
||||
- interfacer
|
||||
- maligned
|
||||
- nakedret
|
||||
- stylecheck
|
||||
- prealloc
|
||||
- wsl
|
||||
|
||||
issues:
|
||||
|
||||
Reference in New Issue
Block a user