chore: enable govet linter

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
pull/1825/head
Matthieu MOREL 2 months ago
parent 3c34181ac9
commit 10be661aa4

@ -20,6 +20,7 @@ linters:
- gocritic
- gomodguard
- gosec
- govet
- importas
- misspell
- nakedret
@ -33,7 +34,6 @@ linters:
- usetesting
disable:
- errcheck
- govet
- ineffassign
- staticcheck
- unused
@ -51,6 +51,13 @@ linters:
gosec:
excludes:
- G115
govet:
disable:
- copylocks
- fieldalignment
- shadow
- testinggoroutine
enable-all: true
perfsprint:
# Optimizes even if it requires an int or uint type cast.
int-conversion: true

Loading…
Cancel
Save