Skip to content

Commit 4ae66ab

Browse files
committed
Enable the new cleanup "Remove unnecessary suppress warning tokens"
1 parent f051ae2 commit 4ae66ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@
587587
<cleanup.instanceof>true</cleanup.instanceof>
588588
<!-- Remove unnecessary array creation -->
589589
<cleanup.remove_unnecessary_array_creation>true</cleanup.remove_unnecessary_array_creation>
590+
<!-- Remove unnecessary suppress warning tokens -->
591+
<cleanup.remove_unnecessary_suppress_warnings>true</cleanup.remove_unnecessary_suppress_warnings>
590592
</cleanUpProfile>
591593
</configuration>
592594
</execution>

0 commit comments

Comments
 (0)