Remove Checkstyle IllegalThrows rule

This commit is contained in:
filoghost 2021-06-19 17:52:42 +02:00
parent b2989814b8
commit 5543edd47b
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@
<module name="EmptyStatement"/>
<module name="EqualsHashCode"/>
<module name="FallThrough"/>
<module name="IllegalThrows"/>
<module name="IllegalToken"/>
<module name="InnerAssignment"/>
<module name="MissingSwitchDefault"/>