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 8212f3a26db6059e4624058c1984d2e83d0523b3 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 28 07:33:47 2024 -0500 Add Checkstyle IllegalImport --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 17189fd6..397e922e 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -56,6 +56,7 @@ limitations under the License. <module name="AvoidStarImport" /> <module name="ExplicitInitializationCheck" /> <module name="FinalLocalVariable" /> + <module name="IllegalImport" /> <module name="ImportOrder"> <property name="option" value="top"/> <property name="groups" value="java,javax,org"/>