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-codec.git

commit 73c9634f8cdb54036e7a90ed9199f4250cfcd92e
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Dec 28 07:48:43 2024 -0500

    Add Checkstyle NeedBraces
---
 src/conf/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index de268700..0a93e89b 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -66,6 +66,7 @@ limitations under the License.
     <module name="LeftCurly" />
     <module name="MissingOverride" />
     <module name="ModifierOrder" />
+    <module name="NeedBraces" />
     <module name="OperatorWrap">
       <property name="option" value="eol" />
     </module>

Reply via email to