Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update buf, connect, golangci-lint and protoc #132

Merged
merged 2 commits into from Mar 21, 2024
Merged

Conversation

pkwarren
Copy link
Member

No description provided.

- interfacer # deprecated by author
- ireturn # "accept interfaces, return structs" isn't ironclad
- lll # don't want hard limits for line length
- 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
Copy link
Member Author

@pkwarren pkwarren Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copied these two from .golangci.yml in connect-go. They've also disabled protogetter but we might want to enable that in some projects (can avoid nil panics).

@pkwarren pkwarren merged commit 3ad838a into main Mar 21, 2024
3 checks passed
@pkwarren pkwarren deleted the pkw/update-deps branch March 21, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants