Exclude git.version from rat check (#7322)

This commit is contained in:
Jonathan Wei 2019-03-21 20:54:27 -07:00 committed by GitHub
parent 375668ef45
commit 7a57bc0dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1489,6 +1489,7 @@
<exclude>NOTICE.BINARY</exclude>
<exclude>LABELS.md</exclude>
<exclude>.github/ISSUE_TEMPLATE/*.md</exclude>
<exclude>git.version</exclude>
</excludes>
</configuration>
</plugin>