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

add golint's package name MixedCaps rule #797

Merged
merged 1 commit into from
Feb 27, 2023
Merged

add golint's package name MixedCaps rule #797

merged 1 commit into from
Feb 27, 2023

Conversation

cce
Copy link
Contributor

@cce cce commented Feb 24, 2023

This adds the implementation of golint's package name MixedCaps check from golang/lint#285 as well as the same testdata file used in golint, pkg-caps.go. Slightly improves "drop-in replacement for golint" story for golint's lintNames() rules.

Closes #796

@chavacava chavacava merged commit d7bedbd into mgechev:master Feb 27, 2023
@chavacava
Copy link
Collaborator

Hi @cce, thanks for the PR (and spotting the issue)!

@cce
Copy link
Contributor Author

cce commented Mar 1, 2023

Thanks for the merge, and for all the time you spend maintaining this project!

@cce cce deleted the add-golint-package-mixedcaps-rule branch March 1, 2023 18:43
This pull request was closed.
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.

Add golint package name MixedCaps rule
2 participants