Skip to content

Commit 8212f3a

Browse files
committed
Add Checkstyle IllegalImport
1 parent cb82d23 commit 8212f3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ limitations under the License.
5656
<module name="AvoidStarImport" />
5757
<module name="ExplicitInitializationCheck" />
5858
<module name="FinalLocalVariable" />
59+
<module name="IllegalImport" />
5960
<module name="ImportOrder">
6061
<property name="option" value="top"/>
6162
<property name="groups" value="java,javax,org"/>

0 commit comments

Comments
 (0)