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 9080767fd03a32c3d592d6359f6dc2f08af2cc45 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 28 07:49:18 2024 -0500 Add Checkstyle RedundantImport --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 0a93e89b..534998b6 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -71,6 +71,7 @@ limitations under the License. <property name="option" value="eol" /> </module> <module name="ParenPad" /> + <module name="RedundantImport" /> <module name="WhitespaceAfter" /> <module name="WhitespaceAround" /> </module>