Skip to content

Commit

Permalink
ci: add unparam linter
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Sep 24, 2024
1 parent 0046da9 commit 8cdaa1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
linters:
enable:
- unparam
- unconvert
- errorlint
- gofumpt

0 comments on commit 8cdaa1a

Please sign in to comment.