Checkstyle config to exclude LICENSE.txt and NOTICE.txt.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-10-29 14:36:35 +00:00
parent a1b02779ae
commit f66ed0fd09
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ CSV files of various types.
<checkstyle.version>2.13</checkstyle.version>
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt</checkstyle.resourceExcludes>
</properties>
<build>