-
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] Kernel-Doc Parser #2981
Conversation
943d8a4
to
1b29e18
Compare
tools/report-converter/codechecker_report_converter/kerneldoc/analyzer_result.py
Outdated
Show resolved
Hide resolved
tools/report-converter/tests/unit/kerneldoc_output_test_files/files/sample.c
Outdated
Show resolved
Hide resolved
1b29e18
to
27a55bb
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.
Some tiny comments, otherwise LGTM! Thanks for this contribution too 😊
- Kernel-docs output is parsed and stored into the format: file:line: message - Parser is called from report conveter CLI with type 'kernel-doc'
- Kernel-Doc Parser is tested with sample.c and sample.out files
- Kernel-Doc documentation in report converter explains the usage of kernel-doc tool on kernel sources - Kernel-Doc is accessible from the main readme file and supported code analyzer file - Kernel-Doc updated in usage
27a55bb
to
3009c7a
Compare
Here is an overview of what got changed by this pull request: Complexity increasing per file
==============================
- tools/report-converter/tests/unit/test_kerneldoc_parser.py 3
Clones added
============
- tools/report-converter/tests/unit/test_kerneldoc_parser.py 4
See the complete overview on Codacy |
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!
Kernel-Doc report converter tool for parsing Kernel-Doc output of kernel sources