-
Notifications
You must be signed in to change notification settings - Fork 409
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 linter for issue comments #3154
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3154 +/- ##
===========================================
- Coverage 75.43% 26.16% -49.28%
===========================================
Files 396 396
Lines 22288 22300 +12
===========================================
- Hits 16814 5834 -10980
- Misses 4501 15911 +11410
+ Partials 973 555 -418
... and 195 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Thanks for contribution! There are some small tweaks that I'd suggest to apply
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.
Good job! The linter seems to catch invalid TODOs, I have some suggessions, but apart from them it looks good to me!
Also, please run task fmt
to format the code
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.
It's great to see the check implemented!
I see some TODOs were identified by the linter, and also the line/position of the detected problem is not reported. Is it for a separate PR?
Thank you! |
Closes FerretDB#2733. Co-authored-by: KrishnaSindhur <krishnasindhur@gmail.com>
Description
Closes #2733.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.