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.