diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-10 07:39:27 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-10 07:39:27 +0100 |
commit | e443168b481bb88fecbad73084147e7e8c882908 (patch) | |
tree | 52812f6555c4efaaf84253a3fb068cd73ff08a30 /checks | |
parent | 0224cdf7be78cf0778f0b832a42c18c480c4b784 (diff) | |
download | National_eIDAS_Gateway-e443168b481bb88fecbad73084147e7e8c882908.tar.gz National_eIDAS_Gateway-e443168b481bb88fecbad73084147e7e8c882908.tar.bz2 National_eIDAS_Gateway-e443168b481bb88fecbad73084147e7e8c882908.zip |
refactoring to new EGIZ code requirements
Diffstat (limited to 'checks')
-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 |