diff --git a/.golangci.yml b/.golangci.yml index 05946701379..8578b1cec86 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -44,6 +44,7 @@ linters-settings: gosec: excludes: - G404 # checks that random numbers are securely generated + - G115 # check is failing wrongly for integer conversions govet: enable-all: true