This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit e2d1760543c53b37f0c24ada9aabfcef08f9e14c Author: aherbert <aherb...@apache.org> AuthorDate: Tue Sep 1 14:55:36 2020 +0100 Exclude some resources from checkstyle --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index bcfdbaf..6be1d58 100644 --- a/pom.xml +++ b/pom.xml @@ -332,6 +332,7 @@ limitations under the License. <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> <headerFile>${basedir}/LICENSE-header.txt</headerFile> + <resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/sha512.properties</resourceExcludes> </configuration> </plugin> <!-- Specify source for JDK 11+ javadoc tool to ignore the 'unamed' module.