Skip to content

Commit

Permalink
[MM-161] Disable the "goconst" linter for plugin.go file (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavaggarwal2308 authored Jan 23, 2024
1 parent 594ec22 commit 17e4369
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
- path: server/plugin.go
linters:
- goconst
- path: _test\.go
linters:
- bodyclose
Expand Down

0 comments on commit 17e4369

Please sign in to comment.