Skip to content

Commit

Permalink
Revert "Include more checks to be patched (#751)" (#757)
Browse files Browse the repository at this point in the history
Revert "Include more checks to be patched (#751)"
  • Loading branch information
carterkozak authored and bulldozer-bot[bot] committed Aug 19, 2019
1 parent 58830cc commit 441544f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog/@unreleased/revert-pr-751.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: fix
fix:
description: Do not apply the suggested fixes for `UnusedMethod` and `UnusedVariable` which automaticall remove code with side effects.
links:
- https://github.com/palantir/gradle-baseline/pull/757
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 441544f

Please sign in to comment.