Trivial commit - explicitly exclude build/rat-report.xml from rat check

This commit is contained in:
Joel Koshy 2015-07-07 21:48:42 -07:00
parent 23d72bccbe
commit 4204f4a06b
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ rat {
// And some of the files that we have checked in should also be excluded from this check
excludes.addAll([
'**/.git/**',
'build/rat/rat-report.xml',
'gradlew',
'gradlew.bat',
'**/README.md',