Review Mode
Last updated
Was this helpful?
Last updated
Was this helpful?
The review mode enables Mobb to automatically publish fixes directly into your PR comments (Currently only supported for GitHub, with more SCM support to come in the near future)
The PR comments published will only be relevant to the sections of the code changed in the PR. This enables the developer to focus on fixing and addressing issues that are relevant to the code
There are 2 types of comments that will be published in the PR comment:
Actionable and relevant fixes
If there are fixes available that are relevant to the PR, they will be published as a comment:
Irrelevant issues reported by the SAST tool
If issues are reported that are not relevant to the developer's PR, Mobb will indicate that this may be a false alarm and that no further action is required.
To check what options are available under the review mode, run:
Here is the output of the help file:
From the PR comment, developers can click on the button to commit the fix into the PR.