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-bcel.git
commit f6220370a231d6794ae2f20048495a3ecbf89e48 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 29 10:20:29 2024 -0500 Add Checkstyle LeftCurly --- src/conf/checkstyle/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index 9199cdfa..3da3de02 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -68,6 +68,7 @@ limitations under the License. <property name="ordered" value="true" /> <property name="separated" value="true" /> </module> + <module name="LeftCurly" /> <module name="ModifierOrder" /> <module name="MultipleVariableDeclarations" /> <module name="NeedBraces" />