fix(detect_exceptions): allow non-indented continuation lines in Java exceptions - #303
fix(detect_exceptions): allow non-indented continuation lines in Java exceptions#303vparfonov wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
/retest-required |
|
/test cargo-deny-check-bans |
|
/test unit |
… exceptions Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcantrill, vparfonov The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
|
@vparfonov: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
close in favor: #304 |
PR addressed to fix parsing Java exceptions with multi-line error messages have non-indented lines between the exception header and the stack trace.
JIRA: https://redhat.atlassian.net/browse/LOG-9995
Portforward: #282
/assign @jcantrill
/cc @Clee2691