-
Notifications
You must be signed in to change notification settings - Fork 2.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
[chore]: enable go-require rule from testifylint #35190
Conversation
45de8d0
to
55012ee
Compare
55012ee
to
bf6aedd
Compare
bf6aedd
to
56c755d
Compare
56c755d
to
6ad878a
Compare
6ad878a
to
b7435fa
Compare
ef61ec6
to
e41af23
Compare
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
e41af23
to
b0c491d
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.
Do you have a link to the docs explaining what this rule does?
Yes it is in the description of the PR see |
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.
🤦 sorry, hadn't seen the link in the description. Just one more question, otherwise LGTM
#### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [go-require](https://github.com/Antonboom/testifylint?tab=readme-ov-file#go-require) rule from [testifylint](https://github.com/Antonboom/testifylint) --------- Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Description
Testifylint is a linter that provides best practices with the use of testify.
This PR enables go-require rule from testifylint