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 194065ddf9ad6560fc8c1cf77d864b5e5bf233f1 Author: Gary D. Gregory <[email protected]> AuthorDate: Sat Dec 28 07:32:50 2024 -0500 Add Checkstyle AvoidStarImport --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 90914ca2..895bb6ad 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -53,6 +53,7 @@ limitations under the License. <property name="severity" value="warning" /> </module> <module name="TreeWalker"> + <module name="AvoidStarImport" /> <module name="ExplicitInitializationCheck" /> <module name="ImportOrder"> <property name="option" value="top"/>
