Skip to content

Commit

Permalink
chore: remove deprecated linter noexecinquery
Browse files Browse the repository at this point in the history
  • Loading branch information
litsynp committed Aug 18, 2024
1 parent 88547ff commit 1683242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ linters:
- 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
- execinquery # checks query string in Query function which reads your Go src files and warning it finds
- exhaustive # checks exhaustiveness of enum switch statements
- exportloopref # checks for pointers to enclosing loop variables
- forbidigo # forbids identifiers
Expand Down

0 comments on commit 1683242

Please sign in to comment.