Skip to content

Commit

Permalink
chore(golangci-lint): remove deprecated linter (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexsmir authored Sep 29, 2024
1 parent 35adc6e commit b9b6f9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ linters:
- 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:)
Expand Down

0 comments on commit b9b6f9e

Please sign in to comment.