Skip to content

Commit 4bf2ee9

Browse files
committed
chore: update spotless config to match renovate PRs
1 parent 24cc8ce commit 4bf2ee9

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

pom.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@
192192
<checkstyleRules>
193193
<module name="Checker">
194194
<module name="Header">
195-
<property name="headerFile" value="licence_header.java"/>
196-
<property name="ignoreLines" value="2"/>
197-
<property name="fileExtensions" value="java"/>
198-
<message key="header.mismatch" value="File must start with the Apache2 licence header (see licence_header.java)."/>
199-
<message key="header.missing" value="File must start with the Apache2 licence header (see licence_header.java)."/>
195+
<property name="headerFile" value="licence_header.java"></property>
196+
<property name="ignoreLines" value="2"></property>
197+
<property name="fileExtensions" value="java"></property>
198+
<message key="header.mismatch" value="File must start with the Apache2 licence header (see licence_header.java)."></message>
199+
<message key="header.missing" value="File must start with the Apache2 licence header (see licence_header.java)."></message>
200200
</module>
201201
</module>
202202
</checkstyleRules>
@@ -293,13 +293,15 @@
293293
<excludes>
294294
<exclude>CHANGELOG.md</exclude>
295295
</excludes>
296-
<flexmark/>
296+
<flexmark></flexmark>
297297
</markdown>
298298
<pom>
299299
<includes>
300300
<include>pom.xml</include>
301301
</includes>
302-
<sortPom/>
302+
<sortPom>
303+
<expandEmptyElements>true</expandEmptyElements>
304+
</sortPom>
303305
</pom>
304306
<java>
305307
<googleJavaFormat>
@@ -330,7 +332,7 @@
330332
<sources>
331333
<source>${project.build.directory}/generated-sources/jjtree</source>
332334
</sources>
333-
<skipAddSourceIfMissing/>
335+
<skipAddSourceIfMissing></skipAddSourceIfMissing>
334336
</configuration>
335337
</execution>
336338
</executions>

0 commit comments

Comments
 (0)