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-imaging.git
commit c54873753d2a8158e1bb688e0c16dc30864dcee6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:34:34 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 6a5708c3..b564bd14 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -60,6 +60,7 @@ limitations under the License. <module name="FallThrough" /> <module name="FinalLocalVariable" /> <module name="IllegalImport" /> + <module name="IllegalInstantiation" /> <module name="ImportOrder"> <property name="option" value="top" /> <property name="groups" value="java,javax,org" />