Skip to content

Commit

Permalink
Automatically fix upstream NarrowCalculation (#2240)
Browse files Browse the repository at this point in the history
Automatically fix upstream `NarrowCalculation`
  • Loading branch information
carterkozak authored Apr 29, 2022
1 parent 002b41b commit 1331aec
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-2240.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Automatically fix upstream `NarrowCalculation`
links:
- https://github.com/palantir/gradle-baseline/pull/2240
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class BaselineErrorProneExtension {
"LoopOverCharArray",
"MissingBraces",
"MissingOverride",
"NarrowCalculation",
"ObjectsHashCodePrimitive",
"PreferJavaTimeOverload",
"ProtectedMembersInFinalClass",
Expand Down

0 comments on commit 1331aec

Please sign in to comment.