This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git

commit 6b4bfc4ad2b5b25ba28a4226cb5473e40caaf4ec
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 11:01:44 2025 -0500

    Add Checkstyle EmptyBlock
---
 src/conf/checkstyle.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index e25819a1..8fa9510b 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -52,6 +52,9 @@ limitations under the License.
     <module name="AvoidStarImport" />
     <module name="CovariantEquals" />
     <module name="DefaultComesLast" />
+    <module name="EmptyBlock">
+      <property name="option" value="text" />
+    </module>
     <module name="IllegalImport" />
     <module name="ImportOrder">
       <property name="option" value="top" />

Reply via email to