all repos

onasty @ b9b6f9e

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
        24
             - errname # checks that sentinel errors are prefixed with the Err and error types are suffixed with the Error

      
        25
        25
             - errorlint # finds code that will cause problems with the error wrapping scheme introduced in Go 1.13

      
        26
        26
             - exhaustive # checks exhaustiveness of enum switch statements

      
        27
        
        -    - exportloopref # checks for pointers to enclosing loop variables

      
        28
        27
             - forbidigo # forbids identifiers

      
        29
        28
             - funlen # tool for detection of long functions

      
        30
        29
             - gocheckcompilerdirectives # validates go compiler directive comments (//go:)