vaadin-framework/checkstyle/suppressions.xml
Johannes Dahlström 17e2402f3b Suppress Checkstyle markers from */target/* paths
Change-Id: I2dda177c4e0a5bb28c001dd02aa0b40c81928163
2016-06-03 12:18:41 +03:00

10 lines
236 B
XML

<?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>