Skip to content

Commit

Permalink
Disable nonamedreturn linter (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah authored Oct 8, 2023
1 parent 57f56b8 commit 4f411c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ linters:
- maintidx # covered by gocyclo
- maligned # readability trumps efficient struct packing
- nlreturn # generous whitespace violates house style
- nonamedreturns # named returns are fine; it's *bare* returns that are bad
- nosnakecase # deprecated in https://github.com/golangci/golangci-lint/pull/3065
- scopelint # deprecated by author
- structcheck # abandoned
Expand Down

0 comments on commit 4f411c4

Please sign in to comment.