Skip to content
Snippets Groups Projects
Commit 6c6dbb8e authored by Christian Wulf's avatar Christian Wulf
Browse files

excluded rulesets/java/javabeans#BeanMembersShouldSerialize

parent 0c2a8872
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false"> <fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
<local-check-config name="TeeTime" location="conf/quality-config/cs-conf.xml" type="project" description=""> <local-check-config name="TeeTime" location="conf/quality-config/cs-conf.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/> <additional-data name="protect-config-file" value="false"/>
</local-check-config> </local-check-config>
...@@ -8,10 +8,7 @@ ...@@ -8,10 +8,7 @@
<property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/> <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
<property name="checkstyle.header.file" value="C:\Users\chw\Repositories\teetime\target\checkstyle-header-default.txt"/> <property name="checkstyle.header.file" value="C:\Users\chw\Repositories\teetime\target\checkstyle-header-default.txt"/>
</local-check-config> </local-check-config>
<fileset name="java-sources-default" enabled="true" check-config-name="maven-checkstyle-plugin default" local="true"> <fileset name="all" enabled="true" check-config-name="TeeTime" local="true">
<file-match-pattern match-pattern="src/main/java/.*\.java" include-pattern="true"/> <file-match-pattern match-pattern="." include-pattern="true"/>
<file-match-pattern match-pattern="src/test/java/.*\.java" include-pattern="true"/>
<file-match-pattern match-pattern="src/main/resources/.*\.properties" include-pattern="true"/>
<file-match-pattern match-pattern="src/test/resources/.*\.properties" include-pattern="true"/>
</fileset> </fileset>
</fileset-config> </fileset-config>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<rule ref="rulesets/java/finalizers.xml" /> <rule ref="rulesets/java/finalizers.xml" />
<rule ref="rulesets/java/imports.xml" /> <rule ref="rulesets/java/imports.xml" />
<!-- <rule ref="rulesets/java/j2ee.xml" /> --> <!-- <rule ref="rulesets/java/j2ee.xml" /> -->
<rule ref="rulesets/java/javabeans.xml" /> <!-- <rule ref="rulesets/java/javabeans.xml" /> -->
<rule ref="rulesets/java/junit.xml" /> <rule ref="rulesets/java/junit.xml" />
<rule ref="rulesets/java/logging-jakarta-commons.xml" /> <rule ref="rulesets/java/logging-jakarta-commons.xml" />
<rule ref="rulesets/java/logging-java.xml" /> <rule ref="rulesets/java/logging-java.xml" />
...@@ -66,6 +66,10 @@ ...@@ -66,6 +66,10 @@
<rule ref="rulesets/java/j2ee.xml"> <rule ref="rulesets/java/j2ee.xml">
<exclude name="DoNotUseThreads" /> <exclude name="DoNotUseThreads" />
</rule> </rule>
<rule ref="rulesets/java/javabeans.xml">
<exclude name="BeanMembersShouldSerialize"/>
</rule>
<rule ref="rulesets/java/naming.xml/VariableNamingConventions"> <rule ref="rulesets/java/naming.xml/VariableNamingConventions">
<priority>5</priority> <priority>5</priority>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment