Checkstyle enforce space-instead-tab control for *.xtend 76/47976/2
authorMichael Vorburger <vorburger@redhat.com>
Fri, 4 Nov 2016 09:30:35 +0000 (10:30 +0100)
committerRobert Varga <nite@hq.sk>
Sun, 6 Nov 2016 18:37:28 +0000 (18:37 +0000)
https://git.opendaylight.org/gerrit/#/c/47975/ must be merged before
this one, otherwise the build will break (because that affects a project
which is already enforcing CS compliance).

I've verified, using a simplified version of the
https://wiki.opendaylight.org/view/EvolvingCheckstyle procedure, that
this tightening of CS rules has no impacts anywhere else (other than
c/47975).

Change-Id: I772391310907b5890b5e64e5039f689a2f91e520
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
odlparent/pom.xml

index 1b6ef734c6c88a1036b214c2f92ef712b85d7164..81ac68d071947736cfb45d029ff47515f86bbf64 100644 (file)
             <includeResources>true</includeResources>
             <includeTestSourceDirectory>true</includeTestSourceDirectory>
             <includeTestResources>true</includeTestResources>
+            <includes>**\/*.java, **\/*.xtend</includes>
             <excludes>
               org/opendaylight/yang/gen/**,
               **/protobuff/messages/**,