Skip to content

Commit

Permalink
remove unparam linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi committed May 9, 2024
1 parent 09c559a commit 48c8bc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/linters/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ linters:
- revive
- staticcheck
- unconvert
- unparam
- unused
- wastedassign
- whitespace
Expand All @@ -68,3 +67,7 @@ linters-settings:
gosec:
excludes:
- G204
revive:
rules:
- name: unused-parameter
disabled: true

0 comments on commit 48c8bc5

Please sign in to comment.