Skip to content

Commit

Permalink
chore: Remove disabled linters from the list of disabled linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Aug 8, 2024
1 parent a58db66 commit b2029d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ linters:
- depguard
- errcheck # handled by gosec, lots of false posi
- exhaustive # this false-positives for switches with a default
- exhaustivestruct # too noisy, labelling fields is not my jam
- exhaustruct # above, renamed
- forbidigo # exclude non prod tools
- forcetypeassert # too many at the moment
Expand All @@ -48,13 +47,9 @@ linters:
- gocognit # boo cyclomatic complexity
- gocyclo # boo cyclomatic complexity
- godox # TODOs are fine
- golint # deprecated
- gomnd # magic numbers in test tables are fine actually
- gosec # run independently
- ifshort # buggy, false positives
- interfacer # deprecated
- lll # go says long lines are ok, and this is trivially automatable
- maligned # deprecated
- musttag # don't agree with the premise
- nakedret # weird thing to report on
- nestif # cognitive complexity
Expand Down

0 comments on commit b2029d4

Please sign in to comment.