-
Notifications
You must be signed in to change notification settings - Fork 383
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
[report-converter] Sphinx parser #3017
Conversation
- Sphinx output is parsed and stored into the format: file:line: message - Parser is called from report conveter CLI with type 'sphinx'
- Sphinx Parser is tested with sample.rst and sample.out files
@bulwahn kindly have a look |
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 tiny comment otherwise LGTM!
- Sphinx documentation in report converter explains the usage of sphinx tool on kernel sources - Sphinx is accessible from the main readme file and supported code analyzer file - Sphinx updated in usage - Fixed typo in kernel-doc documentation
e18ce2d
to
518870e
Compare
There you go @csordasmarton |
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!
@jay24rajput Thank you for your time that you implemented this 😊 |
Sphinx report converter tool for parsing Sphinx output of kernel sources