We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4f3b0 commit 42853feCopy full SHA for 42853fe
eclipse-platform-parent/pom.xml
@@ -589,6 +589,10 @@
589
<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>
592
+ <!-- Remove unnecessary whitespace-->
593
+ <cleanup.remove_trailing_whitespaces>true</cleanup.remove_trailing_whitespaces>
594
+ <cleanup.remove_trailing_whitespaces_all>true</cleanup.remove_trailing_whitespaces_all>
595
+ <cleanup.remove_trailing_whitespaces_ignore_empty>false</cleanup.remove_trailing_whitespaces_ignore_empty>
596
</cleanUpProfile>
597
</configuration>
598
</execution>
0 commit comments