diff options
Diffstat (limited to 'checks/checkstyleSuppress.xml')
-rw-r--r-- | checks/checkstyleSuppress.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/checks/checkstyleSuppress.xml b/checks/checkstyleSuppress.xml index 68a23260..e461a860 100644 --- a/checks/checkstyleSuppress.xml +++ b/checks/checkstyleSuppress.xml @@ -4,6 +4,5 @@ "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> <suppressions> <suppress checks=".*" files="[/\\]target[/\\]" /> - <suppress checks="." files=".[\\/]data[\\/]"/> - <suppress checks="." files="[\\/]process/spring/test[\\/]"/> + <suppress checks=".*" files=".[\\/]data[\\/]"/> </suppressions>
\ No newline at end of file |