Skip to content

Commit

Permalink
Automatically fix AssertNoArgs (#1967)
Browse files Browse the repository at this point in the history
Automatically fix AssertNoArgs
  • Loading branch information
carterkozak authored Nov 9, 2021
1 parent 480d2c2 commit 76a97d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-1967.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Automatically fix AssertNoArgs
links:
- https://github.com/palantir/gradle-baseline/pull/1967
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class BaselineErrorProneExtension {
*/
private static final ImmutableList<String> DEFAULT_PATCH_CHECKS = ImmutableList.of(
// Baseline checks
"AssertNoArgs",
"AvoidNewHashMapInt",
"CatchBlockLogException",
// TODO(ckozak): re-enable pending scala check
Expand Down

0 comments on commit 76a97d3

Please sign in to comment.