Skip to content

Commit

Permalink
Revert "Enable switchBlockAsSingleDecisionPoint (#2383)" (#2386)
Browse files Browse the repository at this point in the history
Revert "Enable switchBlockAsSingleDecisionPoint (#2383)" due to configuration parsing failures.
  • Loading branch information
carterkozak authored Sep 15, 2022
1 parent 957056c commit a7b9b26
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,7 @@
<property name="tagOrder" value="@param, @return, @throws, @deprecated"/>
<property name="target" value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
</module>
<module name="CyclomaticComplexity"> <!-- Java Coding Guidelines: Reduce Cyclomatic Complexity -->
<property name="switchBlockAsSingleDecisionPoint">true</property>
</module>
<module name="CyclomaticComplexity"/> <!-- Java Coding Guidelines: Reduce Cyclomatic Complexity -->
<module name="DesignForExtension"> <!-- Java Coding Guidelines: Design for extension -->
<property name="ignoredAnnotations" value="ParameterizedTest, Test, Before, BeforeEach, After, AfterEach, BeforeClass, BeforeAll, AfterClass, AfterAll"/>
</module>
Expand Down

0 comments on commit a7b9b26

Please sign in to comment.