summaryrefslogtreecommitdiffstats
path: root/checkstyle-suppressions.xml
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2019-07-16 11:09:50 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-07-17 10:08:01 +0000
commit6e94aaf9e091b2fbd596a4a521ffa7fddc065511 (patch)
treedad5ee117a0f4e4350c873fc93291b6e81b4acc1 /checkstyle-suppressions.xml
parent96e5fc67fd0da6e1a966944d5c6fed1a30931d90 (diff)
fixing warnings from checkstyle in catalog-fe
Issue-ID: SDC-2454 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I1fbeccb8c661233b81fea787457631f4a898fd46
Diffstat (limited to 'checkstyle-suppressions.xml')
-rw-r--r--checkstyle-suppressions.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index c83a6fa498..b2a6be2211 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -22,6 +22,7 @@
<!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
"https://checkstyle.org/dtds/suppressions_1_0.dtd">
+
<suppressions>
<suppress checks=".*" files="\.java" lines="1-20"/>
<suppress checks=".*" files="\.properties"/>