Skip to content

Commit c6fe23c

Browse files
committed
Enable clean-up to remove unused imports
1 parent f82dc34 commit c6fe23c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,9 @@
589589
<cleanup.remove_unnecessary_array_creation>true</cleanup.remove_unnecessary_array_creation>
590590
<!-- Remove unnecessary suppress warning tokens -->
591591
<cleanup.remove_unnecessary_suppress_warnings>true</cleanup.remove_unnecessary_suppress_warnings>
592+
<!-- Removes unused imports. Not to be confused with cleanup.organize_imports -->
593+
<cleanup.remove_unused_imports>true</cleanup.remove_unused_imports>
594+
592595
</cleanUpProfile>
593596
</configuration>
594597
</execution>

0 commit comments

Comments
 (0)