Skip to content

Commit

Permalink
Disable unused-parameter golangci check (#346)
Browse files Browse the repository at this point in the history
* Disable unused-parameter golangci check

* empty commit
  • Loading branch information
mickmister authored Nov 29, 2023
1 parent 65b2e67 commit f721d3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ issues:
- path: server/configuration.go
linters:
- unused
- linters:
- revive
text: unused-parameter
- path: _test\.go
linters:
- bodyclose
Expand Down

0 comments on commit f721d3b

Please sign in to comment.