-
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][cmd] Parse cpplint Output #3248
[report-converter][cmd] Parse cpplint Output #3248
Conversation
- cpplint output is parsed and stored into the format: file:line:message:checker_name - Parser is called from report converter CLI with type 'cpplint'
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.
First of all thank you very much for your patch 😊 I checked it and it LGTM but I had some small comments. After you fixed it, I think we can merge it.
tools/report-converter/codechecker_report_converter/cpplint/analyzer_result.py
Show resolved
Hide resolved
tools/report-converter/tests/unit/cpplint_output_test_files/files/sample.cpp
Outdated
Show resolved
Hide resolved
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.
I have just one comment related to the documentation, otherwise LGTM!
Co-authored-by: Márton Csordás <csordasmarton92@gmail.com>
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! Thank you very much for your contribution 😊
file:line:message:checker_name