Skip to content

Commit

Permalink
Merge branch 'main' into feat/metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
olexsmir committed Sep 29, 2024
2 parents 80e7089 + b9b6f9e commit ca3681d
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 ca3681d

Please sign in to comment.