Skip to content

Commit

Permalink
162: Deleted BeanMembersShouldSerialize rule
Browse files Browse the repository at this point in the history
  • Loading branch information
smithros committed Jul 26, 2023
1 parent 2ca31b5 commit 293b80b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@
<rule ref="category/java/performance.xml"/>
<rule ref="category/java/security.xml"/>
<rule ref="category/java/errorprone.xml">
<exclude name="BeanMembersShouldSerialize"/> <!-- @todo #/DEV BeanMembersShouldSerialize: deep investigation is needed regarding purpose and goal of this this rule. Potentially improvement is needed. -->
<exclude name="AvoidDuplicateLiterals"/> <!-- @todo #/DEV AvoidDuplicateLiterals: deep investigation is needed regarding purpose and goal of this this rule. Potentially improvement is needed. -->
<exclude name="MissingSerialVersionUID"/> <!-- @todo #/DEV MissingSerialVersionUID: deep investigation is needed regarding purpose and goal of this this rule. Potentially improvement is needed. -->
</rule>
Expand Down

0 comments on commit 293b80b

Please sign in to comment.