We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce00f18 commit 851aee7Copy full SHA for 851aee7
README.adoc
@@ -138,11 +138,12 @@ The `checkFormat` task is automatically applied when running the standard Gradle
138
139
In case you want to exclude a package from being checked, for example if you generate sources, you can do this by adding following configuration:
140
141
-```
+[source,groovy,indent=0,subs="normal"]
142
+----
143
tasks.withType(io.spring.javaformat.gradle.CheckTask) {
144
exclude "package/to/exclude"
145
}
146
147
148
==== Checkstyle
149
To enforce checksyle conventions add the checkstyle plugin and include a dependency on `spring-javaformat-checkstyle`:
0 commit comments