-
Notifications
You must be signed in to change notification settings - Fork 39
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
Exclude error-prone-{experimental,guidelines}
checks from integration tests
#1060
Conversation
7dab604
to
f4c3e30
Compare
Looks good. No mutations were possible for these changes. |
1 similar comment
Looks good. No mutations were possible for these changes. |
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.
The {experimental,guidelines}
doesn't expand properly in the find syntax
Looks good. No mutations were possible for these changes. |
/integration-test |
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.
Added a commit. Suggested commit message:
Exclude `error-prone-{experimental,guidelines}` checks from integration tests (#1060)
# XXX: Drop the `ErrorProneRuntimeClasspath` exclusion once that check resides | ||
# in a separate Maven module. |
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.
Here and below: this exclusion is still present 🙃
integration-tests/checkstyle.sh
Outdated
error_prone_patch_flags="${error_prone_shared_flags} -XepPatchLocation:IN_PLACE -XepPatchChecks:$( | ||
find "${error_prone_support_root}" -path "*/META-INF/services/com.google.errorprone.bugpatterns.BugChecker" -print0 \ | ||
find "${error_prone_support_root}" -path "*/META-INF/services/com.google.errorprone.bugpatterns.BugChecker" \ |
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.
Let's also wrap this path to the next line.
integration-tests/checkstyle.sh
Outdated
-not -path "*/error-prone-guidelines/*" \ | ||
-not -path "*/error-prone-experimental/*" \ |
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.
-not -path "*/error-prone-guidelines/*" \ | |
-not -path "*/error-prone-experimental/*" \ | |
-not -path "*/error-prone-experimental/*" \ | |
-not -path "*/error-prone-guidelines/*" \ |
Sorting ;)
error-prone-{experimental,guidelines}
modules from integration testserror-prone-{experimental,guidelines}
checks from integration tests
Looks good. No mutations were possible for these changes. |
/integration-test |
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.
On mac, it works like a charm ✅
c05c467
to
e51c317
Compare
Looks good. No mutations were possible for these changes. |
Quality Gate passedIssues Measures |
No description provided.