Skip to content

Commit

Permalink
chore: enable unused-parameter from revive
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed Jan 17, 2025
1 parent 5b1738a commit 0ffabfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ linters-settings:
- name: unreachable-code
disabled: false
- name: unused-parameter
disabled: true
- name: use-any
disabled: true
- name: var-declaration
Expand Down

0 comments on commit 0ffabfd

Please sign in to comment.