Skip to content

Commit d7fd451

Browse files
committed
Issue #451: add ExplicitInitialization to checkstyle config
1 parent c6ba36e commit d7fd451

2 files changed

Lines changed: 133 additions & 210 deletions

File tree

config/checkstyle-checks.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@
308308
<module name="DefaultComesLast"/>
309309
<module name="EmptyStatement"/>
310310
<module name="EqualsHashCode"/>
311+
<module name="ExplicitInitialization"/>
311312
<module name="FallThrough"/>
312313
<module name="HiddenField">
313314
<property name="ignoreConstructorParameter" value="true"/>

0 commit comments

Comments
 (0)