File tree Expand file tree Collapse file tree 1 file changed +15
-21
lines changed Expand file tree Collapse file tree 1 file changed +15
-21
lines changed Original file line number Diff line number Diff line change 232232 <artifactId >spotless-maven-plugin</artifactId >
233233 <version >2.43.0</version >
234234 <configuration >
235- <formats >
236- <format >
237- <includes >
238- <include >src/test/java/spoon/testing/assertions/**/*.java</include >
239- </includes >
240- <trimTrailingWhitespace />
241- <endWithNewline />
242- <indent >
243- <tabs >true</tabs >
244- <spacesPerTab >4</spacesPerTab >
245- </indent >
246- </format >
247- </formats >
248235 <java >
249- <includes >
250- <include >src/test/java/spoon/testing/assertions/**/*.java</include >
251- </includes >
252- <palantirJavaFormat >
253- <version >2.40.0</version >
254- <style >PALANTIR</style >
255- <formatJavadoc >true</formatJavadoc >
256- </palantirJavaFormat >
236+ <excludes >
237+ <!-- Exclude the test classes to prevent any impact on the current tests. -->
238+ <exclude >**/testclasses*/**</exclude >
239+ <exclude >**/src/test/resources/**</exclude >
240+ </excludes >
241+ <importOrder >
242+ <wildcardsLast >true</wildcardsLast >
243+ <order >,\#javax|\#java,\#</order >
244+ </importOrder >
245+ <removeUnusedImports />
246+ <trimTrailingWhitespace />
247+ <endWithNewline />
248+ <indent >
249+ <tabs >true</tabs >
250+ </indent >
257251 </java >
258252 </configuration >
259253 </plugin >
You can’t perform that action at this time.
0 commit comments