Skip to content

Commit

Permalink
fix linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jun 20, 2024
1 parent 2750a6b commit 53c11a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ linters:
disable:
- errcheck

linters-settings:
revive:
rules:
- name: unused-parameter
disabled: true

issues:
exclude-rules:
- path: test # Excludes /test, *_test.go etc.
Expand Down

0 comments on commit 53c11a7

Please sign in to comment.