all repos

onasty @ b9b6f9efc60178d055b29972ae5cf69874e18219

a one-time notes service
1 files changed, 0 insertions(+), 1 deletions(-)
chore(golangci-lint): remove deprecated linter (#25)

Author: Smirnov Oleksandr ss2316544@gmail.com
Committed by: GitHub noreply@github.com
Committed at: 2024-09-29 18:08:02 +0300
Parent: 35adc6e
M .golangci.yaml

@@ -24,7 +24,6 @@ - durationcheck # checks for two durations multiplied together

- errname # checks that sentinel errors are prefixed with the Err and error types are suffixed with the Error - errorlint # finds code that will cause problems with the error wrapping scheme introduced in Go 1.13 - exhaustive # checks exhaustiveness of enum switch statements - - exportloopref # checks for pointers to enclosing loop variables - forbidigo # forbids identifiers - funlen # tool for detection of long functions - gocheckcompilerdirectives # validates go compiler directive comments (//go:)