Enable checkstyle checks
Basic indention / formatting checks but suppressed for most modules because they currently fail the checks.
This commit is contained in:
parent
c80e34fdc5
commit
f18cded3a7
2 changed files with 11 additions and 2 deletions
|
|
@ -8,9 +8,11 @@
|
|||
<property name="file" value="${config_loc}/suppressions.xml"/>
|
||||
</module>
|
||||
|
||||
<!-- <module name="FileTabCharacter"/> -->
|
||||
<module name="FileTabCharacter"/>
|
||||
|
||||
<module name="TreeWalker">
|
||||
<!-- <module name="Indentation"/> -->
|
||||
<module name="Indentation">
|
||||
<property name="basicOffset" value="2"/>
|
||||
</module>
|
||||
</module>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue