mirror of https://github.com/apache/kafka.git
Trivial commit - explicitly exclude build/rat-report.xml from rat check
This commit is contained in:
parent
23d72bccbe
commit
4204f4a06b
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue