chore: disable integer overflow warnings
Alan Pearce alan@alanpearce.eu
Wed, 20 Nov 2024 10:56:13 +0100
1 files 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(