aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-checkstyle-plugin/test-resources/checkstyle-conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sonar-checkstyle-plugin/test-resources/checkstyle-conf.xml')
-rw-r--r--plugins/sonar-checkstyle-plugin/test-resources/checkstyle-conf.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/sonar-checkstyle-plugin/test-resources/checkstyle-conf.xml b/plugins/sonar-checkstyle-plugin/test-resources/checkstyle-conf.xml
new file mode 100644
index 00000000000..097456f6ebf
--- /dev/null
+++ b/plugins/sonar-checkstyle-plugin/test-resources/checkstyle-conf.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+<!-- Generated by Sonar -->
+<module name="Checker">
+ <module name="SuppressionCommentFilter"/>
+ <module name="JavadocPackage">
+ <property name="severity" value="warning"/>
+ </module>
+ <module name="TreeWalker">
+ <module name="FileContentsHolder"/>
+ <module name="EmptyStatement">
+ <property name="severity" value="info"/>
+ </module>
+ <module name="StringLiteralEqualityCheck">
+ <property name="severity" value="error"/>
+ </module>
+ </module>
+</module>