Skip to content

Commit

Permalink
ci: add unparam linter
Browse files Browse the repository at this point in the history
Also:
 - sort the list of linters;
 - remove capability/.golangci.yml as it is now identical to the
   main one.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Sep 30, 2024
1 parent 9b99c39 commit 30d392f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
linters:
enable:
- unconvert
- errorlint
- gofumpt
- unconvert
- unparam
6 changes: 0 additions & 6 deletions capability/.golangci.yml

This file was deleted.

0 comments on commit 30d392f

Please sign in to comment.