diff options
Diffstat (limited to 'checkstyle/vaadin-checkstyle.xml')
-rw-r--r-- | checkstyle/vaadin-checkstyle.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/checkstyle/vaadin-checkstyle.xml b/checkstyle/vaadin-checkstyle.xml index 9739f14c8f..d04c53ab00 100644 --- a/checkstyle/vaadin-checkstyle.xml +++ b/checkstyle/vaadin-checkstyle.xml @@ -271,4 +271,8 @@ </module> + <module name="SuppressionFilter"> + <property name="file" value="${config_loc}/suppressions.xml" /> + </module> + </module> |