chore: disable integer overflow warnings
1 file changed, 3 insertions(+), 0 deletions(-)
jump to
M .golangci.yaml → .golangci.yaml
@@ -21,6 +21,9 @@ - sloglint - unconvert - wrapcheck linters-settings: + gosec: + excludes: + - G115 wrapcheck: ignoreSigs: - .Errorf(