Skip to content

Commit 2e4d5a2

Browse files
committed
Add Checstyle ArrayTypeStyle
1 parent 5c53b34 commit 2e4d5a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ limitations under the License.
4141
<property name="fileExtensions" value="java" />
4242
</module>
4343
<module name="TreeWalker">
44+
<module name="ArrayTypeStyle" />
4445
<module name="AvoidStarImport" />
4546
<module name="ExplicitInitializationCheck" />
4647
<module name="FinalLocalVariable" />

0 commit comments

Comments
 (0)