Skip to content

Commit 86deb00

Browse files
chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v10.25.0 (#580)
* chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v10.25.0 * chore: resolve new checkstyle violations --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: zml <[email protected]>
1 parent 843dd22 commit 86deb00

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/src/main/java/org/spongepowered/configurate/transformation/TransformAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ static <V> TransformAction set(final Class<V> type, final Supplier<V> valueSuppl
117117
};
118118
}
119119

120-
121120
/**
122121
* Called at a certain path, with the node at that path.
123122
*

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
assertj="3.27.3"
33
autoValue="1.11.0"
44
checkerQual="3.49.3"
5-
checkstyle="10.23.0"
5+
checkstyle="10.25.0"
66
geantyref = "1.3.16"
77
errorprone="2.38.0"
88
indra = "3.1.3"

0 commit comments

Comments
 (0)