Checkstyle fixes / formatting

This commit is contained in:
Andreas Dangel
2016-12-03 11:45:43 +01:00
parent d2bc0f3739
commit 0635cd32ec
12 changed files with 1031 additions and 982 deletions

View File

@ -6,5 +6,5 @@
<suppress files="[\\/]generated-sources[\\/]" checks="[a-zA-Z0-9]*"/>
<!-- Part of pmd-scala is under LGPL -->
<suppress checks="RegexpHeadercheck" files="org/sonar/plugins/scala/.*"/>
<suppress checks="RegexpHeader" files="org/sonar/plugins/scala/.*"/>
</suppressions>