Skip to content

Commit

Permalink
ci: add unparam linter
Browse files Browse the repository at this point in the history
Also, remove capability/.golangci.yml since it is now identical to the
main one.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Sep 26, 2024
1 parent 2e357c4 commit ce6445a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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
6 changes: 0 additions & 6 deletions capability/.golangci.yml

This file was deleted.

0 comments on commit ce6445a

Please sign in to comment.