Skip to content

Commit

Permalink
chore: Disable the musttag linter.
Browse files Browse the repository at this point in the history
I don't agree with the premise from it's README.
  • Loading branch information
jaqx0r committed Oct 15, 2023
1 parent 26704f0 commit e829bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Expand Up @@ -52,7 +52,7 @@ linters:
- interfacer # deprecated
- lll # go says long lines are ok, and this is trivially automatable
- maligned # deprecated
- musttag # don't tell me how to live
- musttag # don't agree with the premise
- nakedret # weird thing to report on
- nestif # cognitive complexity
- nlreturn # Not a fan of this one, looks messy
Expand Down

0 comments on commit e829bf9

Please sign in to comment.