-
Notifications
You must be signed in to change notification settings - Fork 388
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] Support Markdownlint #2829
[report-converter] Support Markdownlint #2829
Conversation
tools/report-converter/codechecker_report_converter/markdownlint/analyzer_result.py
Outdated
Show resolved
Hide resolved
tools/report-converter/codechecker_report_converter/markdownlint/output_parser.py
Outdated
Show resolved
Hide resolved
tools/report-converter/codechecker_report_converter/markdownlint/output_parser.py
Outdated
Show resolved
Hide resolved
758307e
to
291f90a
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.
There is an extra dot in the store file paths:
~/codechecker/docs**/.**/usage.md
I think it gets there during the report conversion because the parse command prints out that extra dot too in the filepath.
tools/report-converter/codechecker_report_converter/markdownlint/analyzer_result.py
Outdated
Show resolved
Hide resolved
tools/report-converter/tests/unit/mdlint_output_test_files/Makefile
Outdated
Show resolved
Hide resolved
291f90a
to
212f285
Compare
Here is an overview of what got changed by this pull request: Issues
======
- Added 1
Complexity increasing per file
==============================
- tools/report-converter/tests/unit/test_mdl_parser.py 3
- tools/report-converter/codechecker_report_converter/markdownlint/analyzer_result.py 2
- tools/report-converter/codechecker_report_converter/markdownlint/output_parser.py 3
Clones added
============
- tools/report-converter/tests/unit/test_mdl_parser.py 2
See the complete overview on Codacy |
No description provided.