-
Notifications
You must be signed in to change notification settings - Fork 746
Fix Unpin rstcheck #2383
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
base: devel
Are you sure you want to change the base?
Fix Unpin rstcheck #2383
Conversation
Signed-off-by: Ganesh Hubale <ganeshhubale03@gmail.com>
66e631b to
86b8efc
Compare
|
@oraNod Since I'm not actively involved in the docs repo maintenance, I'll leave the review to those who are. |
fair enough! I thought it might be appropriate to highlight. thanks for letting us know. |
| ) | ||
|
|
||
| # Run the checks | ||
| exit_code = runner.run() |
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.
One problem with runner.run() is that it prints messages in a slightly different format. First, it prints a general success/failure message that's not of the expected format. Then, it uses the format FILE:LINE: MSG instead of FILE:LINE:COL: MSG.
It might be better to simply run runner.check() and handle what runner.print_result() does here.
|
@ganeshhubale looks like this needs to be rebased due to conflicts with |
Fixed #1710
Discussion for reference - #2344