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

Merged
merged 4 commits into from
Jul 8, 2024
Merged

golangci lint #822

merged 4 commits into from
Jul 8, 2024

Conversation

ccoVeille
Copy link
Contributor

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

ccoVeille added 4 commits May 7, 2024 16:31
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
Contributor Author

Please accept my contribution to your amazing project

@ccoVeille
Copy link
Contributor Author

I'm unsure why the test are failing 🤔

@ccoVeille
Copy link
Contributor Author

@jdkato any idea ? is the CI broken?

@jdkato jdkato merged commit 3c73133 into errata-ai:v3 Jul 8, 2024
1 check failed
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.

2 participants