Skip to content
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

Merged
merged 3 commits into from Oct 29, 2020

Conversation

jay24rajput
Copy link
Contributor

Kernel-Doc report converter tool for parsing Kernel-Doc output of kernel sources

tools/report-converter/README.md Outdated Show resolved Hide resolved
tools/report-converter/README.md Outdated Show resolved Hide resolved
tools/report-converter/README.md Outdated Show resolved Hide resolved
@csordasmarton csordasmarton added documentation 📖 Changes to documentation. test ☑️ Adding or refactoring tests tools 🛠️ Meta-tag for all the additional tools supplied with CodeChecker: plist2html, tu_collector, etc. labels Oct 26, 2020
@csordasmarton csordasmarton added this to the release 6.15.0 milestone Oct 26, 2020
Copy link
Contributor

@csordasmarton csordasmarton left a 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 😊

tools/report-converter/README.md Outdated Show resolved Hide resolved
tools/report-converter/README.md Outdated Show resolved Hide resolved
tools/report-converter/codechecker_report_converter/cli.py Outdated Show resolved Hide resolved
tools/report-converter/README.md Show resolved Hide resolved
- 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
@gyorb
Copy link
Contributor

gyorb commented Oct 27, 2020

Codacy 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

Copy link
Contributor

@csordasmarton csordasmarton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@csordasmarton csordasmarton merged commit cd94f9e into Ericsson:master Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📖 Changes to documentation. test ☑️ Adding or refactoring tests tools 🛠️ Meta-tag for all the additional tools supplied with CodeChecker: plist2html, tu_collector, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants