Skip to content

Commit

Permalink
Disable revive's unused-parameter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei committed Aug 8, 2023
1 parent 8b3ceba commit bb4a70b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ linters-settings:
- fieldalignment
misspell:
locale: US
revive:
rules:
- name: unused-parameter
disabled: true

linters:
disable-all: true
Expand Down

0 comments on commit bb4a70b

Please sign in to comment.