Skip to content

Commit dcc5feb

Browse files
committed
Add Checkstyle IllegalImport
1 parent 164c8b9 commit dcc5feb

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
@@ -45,6 +45,7 @@ limitations under the License.
4545
<module name="ExplicitInitialization" />
4646
<module name="FallThrough" />
4747
<module name="FinalLocalVariable" />
48+
<module name="IllegalImport" />
4849
<module name="ImportOrder">
4950
<property name="option" value="top"/>
5051
<property name="groups" value="java,javax,org"/>

0 commit comments

Comments
 (0)