Skip to content

Commit ce84426

Browse files
committed
Add Checstyle ExplicitInitializationCheck
1 parent 6711054 commit ce84426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ limitations under the License.
4242
</module>
4343
<module name="TreeWalker">
4444
<module name="AvoidStarImport" />
45+
<module name="ExplicitInitializationCheck" />
4546
<module name="FinalLocalVariable" />
4647
<module name="FinalParameters" />
4748
<module name="IllegalImport" />

0 commit comments

Comments
 (0)