Skip to content

Commit a6f63a4

Browse files
committed
Add Checkstyle EmptyBlock
1 parent 981b37a commit a6f63a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ limitations under the License.
3838
<module name="AvoidStarImport" />
3939
<module name="CovariantEquals" />
4040
<module name="DefaultComesLast" />
41+
<module name="EmptyBlock">
42+
<property name="option" value="text" />
43+
</module>
4144
<module name="FinalLocalVariable" />
4245
<module name="ImportOrder">
4346
<property name="option" value="top"/>

0 commit comments

Comments
 (0)