-
Notifications
You must be signed in to change notification settings - Fork 780
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershygieneAny work relating to code legibility/hygiene to make it easier to readAny work relating to code legibility/hygiene to make it easier to read
Description
It would be great to eventually support all the https://golangci-lint.run/usage/linters/ linters (except deprecated). Can be done linter by linter. Feel free to comment on the issue if you've picked a specific linter to work on. Currently, we ignore the following linters in .golangci.yml (see disabled section):
- containedctx
- contextcheck
- cyclop
- dupword
- errname
- errorlint
- exhaustive
- exhaustruct
- forbidigo
- forcetypeassert
- funlen
- gocognit
- gocyclo
- godox
- goerr113
- gomnd
- gomoddirectives
- interfacebloat
- ireturn
- lll
- maintidx
- nestif
- nilnil
- nlreturn
- nonamedreturns
- perfsprint
- predeclared
- revive
- tagliatelle
- testifylint
- typecheck
- unparam
- varnamelen
- wrapcheck
- wsl
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershygieneAny work relating to code legibility/hygiene to make it easier to readAny work relating to code legibility/hygiene to make it easier to read