Skip to content

Commit

Permalink
Automatically fix the new ZoneIdOfZ check (#1621)
Browse files Browse the repository at this point in the history
Automatically fix the new `ZoneIdOfZ` check
  • Loading branch information
carterkozak authored Jan 20, 2021
1 parent fa818b2 commit 45b1f0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-1621.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Automatically fix the new `ZoneIdOfZ` check
links:
- https://github.com/palantir/gradle-baseline/pull/1621
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ public class BaselineErrorProneExtension {
"ObjectsHashCodePrimitive",
"PreferJavaTimeOverload",
"ProtectedMembersInFinalClass",
"UnnecessaryParentheses");
"UnnecessaryParentheses",
"ZoneIdOfZ");

private final ListProperty<String> patchChecks;

Expand Down

0 comments on commit 45b1f0c

Please sign in to comment.