aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
parent3982e9390118b16b1fc29330d0fbbf15c5bc2279 (diff)
downloadvaadin-framework-17e2402f3b4bdea7f0f2ffe72bd5438b8c1f9b6f.tar.gz
vaadin-framework-17e2402f3b4bdea7f0f2ffe72bd5438b8c1f9b6f.zip
Suppress Checkstyle markers from */target/* paths
Change-Id: I2dda177c4e0a5bb28c001dd02aa0b40c81928163
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9d9f4d5738..c6059ad8af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,6 +185,7 @@
<configuration>
<configLocation>../checkstyle/vaadin-checkstyle.xml</configLocation>
<headerLocation>../checkstyle/header</headerLocation>
+ <suppressionsLocation>../checkstyle/suppressions.xml</suppressionsLocation>
<encoding>UTF-8</encoding>
<consoleOutput>false</consoleOutput>
<failsOnError>false</failsOnError>