summaryrefslogtreecommitdiffstats
path: root/checkstyle/vaadin-checkstyle.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-10-16 13:31:15 +0300
committerGitHub <noreply@github.com>2017-10-16 13:31:15 +0300
commit727accead38ec3a292900054764af59ea89e0fda (patch)
treec3ea8fb335ec0e5b30c4f9068f17addd5dc54bdb /checkstyle/vaadin-checkstyle.xml
parentf42e0cc6f2c8623d3acb0033222cd6360e5f521a (diff)
downloadvaadin-framework-727accead38ec3a292900054764af59ea89e0fda.tar.gz
vaadin-framework-727accead38ec3a292900054764af59ea89e0fda.zip
Fix IDE usage of Elemental in vaadin-shared (#10178)
Diffstat (limited to 'checkstyle/vaadin-checkstyle.xml')
-rw-r--r--checkstyle/vaadin-checkstyle.xml4
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>