Skip to content

Commit

Permalink
disable prealloc linter
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Cassolato <[email protected]>
  • Loading branch information
guicassolato committed Oct 28, 2024
1 parent 0d74376 commit b32a441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ linters:
- errorlint
- revive
- gosec
- prealloc
- stylecheck
- tparallel
- unconvert
Expand All @@ -16,6 +15,7 @@ linters:
- goimports
disable:
- errcheck
- prealloc

issues:
exclude-rules:
Expand Down

0 comments on commit b32a441

Please sign in to comment.