summaryrefslogtreecommitdiffstats
path: root/checkstyle
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2016-06-02 16:17:44 +0300
committerJohannes Dahlström <johannesd@vaadin.com>2016-06-03 12:18:41 +0300
commit17e2402f3b4bdea7f0f2ffe72bd5438b8c1f9b6f (patch)
tree8f2e5c0338e0872324d5a4fb930946a8f4c5223a /checkstyle
parent3982e9390118b16b1fc29330d0fbbf15c5bc2279 (diff)
downloadvaadin-framework-17e2402f3b4bdea7f0f2ffe72bd5438b8c1f9b6f.tar.gz
vaadin-framework-17e2402f3b4bdea7f0f2ffe72bd5438b8c1f9b6f.zip
Suppress Checkstyle markers from */target/* paths
Change-Id: I2dda177c4e0a5bb28c001dd02aa0b40c81928163
Diffstat (limited to 'checkstyle')
-rw-r--r--checkstyle/suppressions.xml9
-rw-r--r--checkstyle/vaadin-checkstyle.xml2
2 files changed, 10 insertions, 1 deletions
diff --git a/checkstyle/suppressions.xml b/checkstyle/suppressions.xml
new file mode 100644
index 0000000000..835ad5f11a
--- /dev/null
+++ b/checkstyle/suppressions.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE suppressions PUBLIC
+"-//Puppy Crawl//DTD Suppressions 1.1//EN"
+"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
+
+<suppressions>
+ <suppress files="[/\\]target[/\\]" checks=".*"/>
+</suppressions>
diff --git a/checkstyle/vaadin-checkstyle.xml b/checkstyle/vaadin-checkstyle.xml
index f545b6b442..2979857a87 100644
--- a/checkstyle/vaadin-checkstyle.xml
+++ b/checkstyle/vaadin-checkstyle.xml
@@ -269,7 +269,7 @@
<module name="RegexpSinglelineJava">
<property name="format" value="System\.err\.println" />
</module>
-
+
</module>
</module>