mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-23 01:27:42 +01:00
+2 rules to checkstyle:
- switch statement fall through check - inner assignment check
This commit is contained in:
parent
df306b2c41
commit
2a272f3e6f
@ -14,6 +14,8 @@
|
||||
<module name="TreeWalker">
|
||||
<module name="EmptyStatement"/>
|
||||
<module name="EqualsAvoidNull"/>
|
||||
<module name="FallThrough"/>
|
||||
<module name="InnerAssignment"/>
|
||||
</module>
|
||||
|
||||
</module>
|
||||
|
Loading…
Reference in New Issue
Block a user