-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-25476 Enable error prone check in pre commit #2860
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
Conversation
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Add compile and javac plugin back for general check, and also remove the skip-errorprone flag for general check so if there are error prone errors which causes compilation error, the general check will fail. See this PR for an example. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@@ -168,6 +168,7 @@ pipeline { | |||
BUILD_URL_ARTIFACTS = "artifact/${WORKDIR_REL}/${PATCH_REL}" | |||
DOCKERFILE = "${WORKDIR}/${DOCKERFILE_REL}" | |||
YETUS_DRIVER = "${WORKDIR}/${YETUS_DRIVER_REL}" | |||
SKIP_ERRORPRONE = true |
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.
default is enable, so skip for "yetus jdk8 Hadoop3 checks"?
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.
Yes, will skip for jdk8 and jdk11 checks. Only enable it in general check.
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.
+1
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
No description provided.