Skip to content

Commit

Permalink
chore(build): Remove checkstyle rule already covered by errorprone
Browse files Browse the repository at this point in the history
this rule can produce false positives
  • Loading branch information
zml2008 committed Dec 19, 2022
1 parent 169bbdc commit 78db754
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@
<property name="influenceFormat" value="1"/>
</module>

<!-- https://checkstyle.org/config_coding.html#UnnecessaryParentheses -->
<module name="UnnecessaryParentheses"/>

<!-- https://checkstyle.org/config_coding.html#UnnecessarySemicolonAfterOuterTypeDeclaration -->
<module name="UnnecessarySemicolonAfterOuterTypeDeclaration"/>

Expand Down

0 comments on commit 78db754

Please sign in to comment.