RFR: 2295: Rephrase error messages in PullRequestCheckIssueVisitor
Erik Joelsson
erikj at openjdk.org
Fri Jun 14 18:34:35 UTC 2024
On Thu, 13 Jun 2024 23:15:15 GMT, Zhao Song <zsong at openjdk.org> wrote:
> PullRequestCheckIssueVisitor is responsible for generating error messages when jcheck fails. Currently, jcheck could be configured as different severity(error or warning). However, when generating error messages for some jchecks like binary check, the error message would be like "Binary files are not allowed", so if the binary check was configured as warning, this message seems too hard. Therefore, I would like to rephrase some error messages.
>
> Erik suggested that we should generate different messages depending on the severity, but I think maybe it's unnecessary. The user does not need to judge the severity depending on the error message. The user only needs to check which section is the message under(Integration Blocker or Warning).
I meant that each visit method needs to check the severity and print the appropriate error message for the severity.
-------------
PR Review: https://git.openjdk.org/skara/pull/1660#pullrequestreview-2119021669
More information about the skara-dev
mailing list