Skip to content

Commit e2d1760

Browse files
committed
Exclude some resources from checkstyle
1 parent a1b37fe commit e2d1760

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ limitations under the License.
332332
<configLocation>${basedir}/checkstyle.xml</configLocation>
333333
<enableRulesSummary>false</enableRulesSummary>
334334
<headerFile>${basedir}/LICENSE-header.txt</headerFile>
335+
<resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/sha512.properties</resourceExcludes>
335336
</configuration>
336337
</plugin>
337338
<!-- Specify source for JDK 11+ javadoc tool to ignore the 'unamed' module.

0 commit comments

Comments
 (0)