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-io.git
The following commit(s) were added to refs/heads/master by this push: new 31668fd Remove dead comments. 31668fd is described below commit 31668fded0153d70f74e763a9575d4ba40aea80b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Feb 1 11:29:20 2021 -0500 Remove dead comments. --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index f0eac8c..e33dab5 100644 --- a/pom.xml +++ b/pom.xml @@ -486,11 +486,6 @@ file comparators, endian transformation classes, and much more. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> -<!-- <version>${checkstyle.plugin.version}</version> --> -<!-- <configuration> --> -<!-- <configLocation>${basedir}/checkstyle.xml</configLocation> --> -<!-- <enableRulesSummary>false</enableRulesSummary> --> -<!-- </configuration> --> </plugin> <plugin> <groupId>com.github.spotbugs</groupId>