Skip to content

Commit

Permalink
Revert "Include more checks to be patched (#751)"
Browse files Browse the repository at this point in the history
This reverts commit 3a2f350.
  • Loading branch information
carterkozak committed Aug 17, 2019
1 parent 58830cc commit dddaaa0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ public class BaselineErrorProneExtension {

// Built-in checks
"ArrayEquals",
"MissingOverride",
"UnusedMethod",
"UnusedVariable");
"MissingOverride");

private final ListProperty<String> patchChecks;

Expand Down

0 comments on commit dddaaa0

Please sign in to comment.