Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit d1b1f9c

Browse files
committed
Add Checstyle EmptyBlock
1 parent ec8f320 commit d1b1f9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/conf/checkstyle/checkstyle.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ limitations under the License.
4545
<module name="AvoidStarImport" />
4646
<module name="CovariantEquals" />
4747
<module name="DefaultComesLast" />
48+
<module name="EmptyBlock">
49+
<property name="option" value="text" />
50+
</module>
4851
<module name="ExplicitInitializationCheck" />
4952
<module name="FinalLocalVariable" />
5053
<module name="FinalParameters" />

0 commit comments

Comments
 (0)