From 645cfb47d0ee1eb37bf0e4533f0a0d3b21326fdc Mon Sep 17 00:00:00 2001 From: ivvist Date: Wed, 7 Feb 2024 16:44:01 +0100 Subject: [PATCH] gomnd turn off --- scripts/.golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.golangci.yml b/scripts/.golangci.yml index 7713323..4872f90 100644 --- a/scripts/.golangci.yml +++ b/scripts/.golangci.yml @@ -17,7 +17,7 @@ linters: - asciicheck # Checks that all code identifiers does not have non-ASCII symbols in the name - durationcheck # Check for two durations multiplied together - gochecknoinits # Checks that no init functions are present in Go code. - - gomnd +# - gomnd # Second stage linters # - unconvert # Remove unnecessary type conversions.