Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Mar 22, 2023
1 parent d6c052a commit f038f56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
linters-settings:
revive:
rules:
- name: unused-parameter
severity: warning
disabled: true
govet:
check-shadowing: true
gocyclo:
Expand Down

0 comments on commit f038f56

Please sign in to comment.