You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation does not support the SARIF-formatted report files containing the originalUriBaseIds field. As a result, Universum does not transfer underline comments to the Swarm review
Description
The current implementation does not support the SARIF-formatted report files containing the
originalUriBaseIds
field. As a result, Universum does not transfer underline comments to the Swarm reviewSee the code: https://github.com/Samsung/Universum/blob/master/universum/modules/code_report_collector.py#L76
Steps to reproduce
List the performed steps, for example:
Additional info:
Command line:
python3.8 -m universum --p4-force-clean --html-log universum_log.html --no-diff --report-to-review --report-build-start --report-build-success --build-only-latest
Contents of configuration file
Expected result
All warnings/errors from the report file must be posted as an underline comments in review
Actual result
There are no comments with warnings/errors from linter
Environment
Additional context
Example of the report file (from flake8)
Flake8_check.json
The text was updated successfully, but these errors were encountered: