Skip to content

Commit 9080767

Browse files
committed
Add Checkstyle RedundantImport
1 parent 73c9634 commit 9080767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ limitations under the License.
7171
<property name="option" value="eol" />
7272
</module>
7373
<module name="ParenPad" />
74+
<module name="RedundantImport" />
7475
<module name="WhitespaceAfter" />
7576
<module name="WhitespaceAround" />
7677
</module>

0 commit comments

Comments
 (0)