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


The following commit(s) were added to refs/heads/master by this push:
     new c4deefc00 Add Checkstyle MissingOverride
c4deefc00 is described below

commit c4deefc00d650faef9a6b886d9ee3f7cf8c450da
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Dec 21 10:53:43 2024 -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 d58ba0b00..b838d2234 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -39,6 +39,7 @@ limitations under the License.
   </module>
   <module name="TreeWalker">
     <module name="FinalLocalVariable" />
+    <module name="MissingOverride" />
     <module name="AvoidStarImport" />
     <module name="IllegalImport" />
     <module name="RedundantImport" />

Reply via email to