-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 the ginkgolinter linter #3369
Conversation
Hey, thank you for opening your first Pull Request ! |
In order for a pull request adding a linter to be reviewed, the linter and the PR must follow some requirements. Pull Request Description
Linter
The Linter Tests Inside Golangci-lint
|
6552ace
to
6e0f9b3
Compare
b3d352e
to
9c978e8
Compare
/cc @ldez |
2e7083f
to
4347174
Compare
d38a6ca
to
a0af020
Compare
de01026
to
657da63
Compare
Pushed: rebase + squash commits |
@ldez - thanks for your fixes. What is the next step? I noticed that |
The ginkgolinter checks the ginkgo assersions in go tests. See here for additional details: https://github.com/nunnatsa/ginkgolinter
657da63
to
4f7b8b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The ginkgolinter checks the ginkgo and gomega assertions in go tests. See here for
additional details: https://github.com/nunnatsa/ginkgolinter