Skip to content

Commit c09f48a

Browse files
authored
chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v12 (#617)
1 parent ccafbdb commit c09f48a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

core/src/main/java/org/spongepowered/configurate/loader/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717
/**
18-
* Base infrastructure for configuration loaders
18+
* Base infrastructure for configuration loaders.
1919
*
2020
* <p>A configuration loader is responsible for converting between the location
2121
* of a serialized form (a file, string, or URL) and a

core/src/main/java/org/spongepowered/configurate/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717
/**
18-
* Core node data structures and supports
18+
* Core node data structures and supports.
1919
*
2020
* <p>At the core of Configurate are nodes. We have 3 variants to work with:
2121
* <ul>

core/src/main/java/org/spongepowered/configurate/reactive/CachedPublisher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import java.util.concurrent.Executor;
2525

2626
/**
27-
* Implementation of a caching publisher
27+
* Implementation of a caching publisher.
2828
*
2929
* <p>All subscriptions are handled by the parent publisher, so transactional
3030
* and non-transactional subscribers can be handled appropriately by the

core/src/main/java/org/spongepowered/configurate/serialize/NumericSerializers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.function.BiFunction;
2121

2222
/**
23-
* Scalar serializers for numeric types
23+
* Scalar serializers for numeric types.
2424
*
2525
* <p>These serializers attempt to make the appropriate type conversions for
2626
* numeric values.

core/src/main/java/org/spongepowered/configurate/serialize/Scalars.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.util.regex.Pattern;
2222

2323
/**
24-
* Scalar value serializers available
24+
* Scalar value serializers available.
2525
*
2626
* <p>Each of these serializers can be used through a configuration node, or
2727
* directly with a value.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static TransformAction remove() {
4747
}
4848

4949
/**
50-
* Rename a node
50+
* Rename a node.
5151
*
5252
* <p>This transformation cannot be applied to the root node.
5353
*

core/src/main/java/org/spongepowered/configurate/transformation/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717
/**
18-
* Configuration tree transformations
18+
* Configuration tree transformations.
1919
*
2020
* <p>Transformations in this package can be used to evolve a configuration
2121
* structure over time. Builders are in the

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.6"
33
autoValue="1.11.0"
44
checkerQual="3.51.1"
5-
checkstyle="11.1.0"
5+
checkstyle="12.3.0"
66
geantyref = "1.3.16"
77
errorprone="2.42.0"
88
indra = "3.2.0"

0 commit comments

Comments
 (0)