Skip to content

Commit

Permalink
wip: enable a bunch of new linting rules at once
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWinikates committed Nov 16, 2023
1 parent 2c0b8db commit 2117b1f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ linters:
- revive
- ineffassign
- staticcheck
- misspell
- gocyclo
- typecheck
- megacheck
- goimports
- goconst
- unconvert
- gocritic
issues:
exclude-rules:
- path: example.*_test\.go
linters:
- ineffassign
- revive
exclude-use-default: false

0 comments on commit 2117b1f

Please sign in to comment.