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-net.git
commit efedccf1dd3ae9e2dc14b960250b404068c156ce Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 28 18:32:00 2025 -0500 Add Checkstyle MissingOverride --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index b1c594d5..49019c0c 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -81,6 +81,7 @@ limitations under the License. <property name="allowMissingParamTags" value="true"/> </module> <module name="LeftCurly" /> + <module name="MissingOverride" /> <module name="ModifierOrder"/> <module name="NeedBraces"/> <module name="ParenPad"/>