Skip to content

Commit 4a0b603

Browse files
committed
Enable 'Convert control statement bodies to block' cleanup
1 parent b72300d commit 4a0b603

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
@@ -577,6 +577,9 @@
577577
<cleanup.make_private_fields_final>true</cleanup.make_private_fields_final>
578578
<!-- Replace deprecated calls with inlined content where possible -->
579579
<cleanup.replace_deprecated_calls>true</cleanup.replace_deprecated_calls>
580+
<!-- Convert control statement bodies to block -->
581+
<cleanup.use_blocks>true</cleanup.use_blocks>
582+
<cleanup.always_use_blocks>true</cleanup.always_use_blocks>
580583
</cleanUpProfile>
581584
</configuration>
582585
</execution>

0 commit comments

Comments
 (0)