do not apply spotless to footer.xml (#8539)

* Ignore footer.xml by spotless

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2020-09-22 12:17:25 +02:00 committed by GitHub
parent 1f7da6b669
commit edc77ec1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -547,8 +547,8 @@ Import-Package: \\
<exclude>**/pom.xml</exclude>
<exclude>**/feature.xml</exclude>
<exclude>src/main/history/**/*.xml</exclude>
<exclude>features/openhab-addons/src/main/resources/header.xml</exclude>
<exclude>features/openhab-addons/src/main/resources/footer.xml</exclude>
<exclude>src/main/resources/header.xml</exclude>
<exclude>src/main/resources/footer.xml</exclude>
<exclude>src/main/resources/input/rss*.xml</exclude>
<exclude>src/test/resources/**/*.xml</exclude>
</excludes>