Skip to content

Commit

Permalink
(checkstyle) Remove duplicated rule RedundantImport
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Mar 3, 2024
1 parent d613b26 commit edd7a3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<!-- Imports -->
<module name="RedundantImport" />
<module name="UnusedImports" />
<module name="RedundantImport" />
<module name="IllegalImport">
<property name="regexp" value="true" />
<!-- Reject any org.junit import that's not also org.junit.jupiter: -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<!-- Imports -->
<module name="RedundantImport" />
<module name="UnusedImports" />
<module name="RedundantImport" />
<module name="IllegalImport">
<property name="regexp" value="true" />
<!-- Reject any org.junit import that's not also org.junit.jupiter: -->
Expand Down

0 comments on commit edd7a3f

Please sign in to comment.