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

golangci lint #822

Open
wants to merge 4 commits into
base: v3
Choose a base branch
from
Open

golangci lint #822

wants to merge 4 commits into from

Conversation

ccoVeille
Copy link

  • chore: add dupword to golangci-lint
  • chore: add usestdlibvars to golangci-lint
  • chore: add mirror to golangci-lint
  • chore: add thelper to golangci-lint

It checks for duplicate words in the source code.

Added in golangci-lint v1.50.0

Also, fix the reported issues
A linter that detect the possibility to use variables/constants from the Go standard library.

Added in golangci-lint v1.48.0

Also, fix the reported issue
A linter that reports wrong mirror patterns of bytes/strings usage.

Added in golangci-lint v1.53.0

Also, fix the reported issue
This linter checks tests helpers which is not start with t.Helper() method.

Added in golangci-lint v1.34.0

Also, fix the reported issues
@ccoVeille
Copy link
Author

Please accept my contribution to your amazing project

@ccoVeille
Copy link
Author

I'm unsure why the test are failing 🤔

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

1 participant