Skip to content

Commit

Permalink
Disable golangci-list unparam linter
Browse files Browse the repository at this point in the history
The unparam linter is panicking due to
golangci/golangci-lint#3711
  • Loading branch information
djjuhasz committed May 31, 2023
1 parent 0f7c739 commit 26428e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ linters:
- gofumpt
- importas
- gci
- unparam
# - unparam // https://github.com/golangci/golangci-lint/issues/3711
- gosec

issues:
Expand Down

0 comments on commit 26428e3

Please sign in to comment.