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 df2bcb12d87a31e24d4297d84961187b264831c0 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 29 10:20:57 2024 -0500 Add Checkstyle MissingOverride --- 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 3da3de02..769a0a17 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -69,6 +69,7 @@ limitations under the License. <property name="separated" value="true" /> </module> <module name="LeftCurly" /> + <module name="MissingOverride" /> <module name="ModifierOrder" /> <module name="MultipleVariableDeclarations" /> <module name="NeedBraces" />