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-collections.git
commit 0afd0b35bd3116a2c8d34baef7cdd01cb8727819 Author: Gary D. Gregory <[email protected]> AuthorDate: Sun Feb 9 18:18:14 2025 -0500 Add Checkstyle IllegalInstantiation --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index bae81d016..4b56aa203 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -62,6 +62,7 @@ limitations under the License. <module name="FinalLocalVariable" /> <module name="GenericWhitespace"/> <module name="IllegalImport"/> + <module name="IllegalInstantiation" /> <module name="ImportOrder"> <property name="option" value="top"/> <property name="groups" value="java,javax,junit,org,com"/>
