Skip to content

Commit

Permalink
fix(linter): remove redundant linter settings
Browse files Browse the repository at this point in the history
`WARN [linters_context] gocritic: no need to enable check "captLocal": it's already enabled` This applies to the removed linters

Signed-off-by: Rodney Osodo <[email protected]>
  • Loading branch information
rodneyosodo committed Apr 29, 2024
1 parent 66b8e67 commit 22e05fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ linters-settings:
no-extra-aliases: false
gocritic:
enabled-checks:
- captLocal
- singleCaseSwitch
- switchTrue
- importShadow
- httpNoBody
- paramTypeCombine
Expand Down

0 comments on commit 22e05fb

Please sign in to comment.