Skip to content

Commit

Permalink
Include more checks to be patched (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 authored and bulldozer-bot[bot] committed Aug 13, 2019
1 parent 9b1f087 commit 3a2f350
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-751.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Apply the suggested fixes for `UnusedMethod` and `UnusedVariable`.
links:
- https://github.com/palantir/gradle-baseline/pull/751
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public class BaselineErrorProneExtension {

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

private final ListProperty<String> patchChecks;

Expand Down

0 comments on commit 3a2f350

Please sign in to comment.