Skip to content

Commit cd8e2a5

Browse files
committed
java rules - errorprone
1 parent 8c3fb08 commit cd8e2a5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ruleset.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<include-pattern>.*/toolchain/.*\.py$</include-pattern>
1414

1515
<!-- Rules -->
16-
<rule ref="EmptyIfStmt"/>
17-
<rule ref="EmptyWhileStmt"/>
18-
<rule ref="EmptyTryBlock"/>
19-
<rule ref="EmptyFinallyBlock"/>
20-
<rule ref="EmptySwitchStatements"/>
16+
<rule ref="category/java/errorprone.xml/"/>
2117

2218
</ruleset>

0 commit comments

Comments
 (0)