Skip to content

Commit

Permalink
Fix golangci status
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Sep 4, 2024
1 parent 2d583df commit b1dafe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ linters:
- ireturn # "accept interfaces, return structs" isn't ironclad
- lll # don't want hard limits for line length
- maintidx # covered by gocyclo
- mnd # status codes are clearer than constants
- mnd # some unnamed constants are okay
- nlreturn # generous whitespace violates house style
- nonamedreturns # named returns are fine; it's *bare* returns that are bad
- protogetter # too many false positives
Expand Down

0 comments on commit b1dafe5

Please sign in to comment.