Skip to content

Commit 67042e9

Browse files
committed
[MINOR][BUILD] Exclude pyspark-coverage-site/ dir from RAT
## What changes were proposed in this pull request? Looks like a directory `pyspark-site-coverage/` is now (?) generated and fails RAT checks. It should just be excluded. See: https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.7/6029/console ## How was this patch tested? N/A Closes apache#24950 from srowen/pysparkcoveragesite. Authored-by: Sean Owen <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent d0fbc4d commit 67042e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/.rat-excludes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jsonFormatter.min.js
4444
.*json
4545
.*data
4646
.*log
47+
pyspark-coverage-site/
4748
cloudpickle.py
4849
heapq3.py
4950
join.py

0 commit comments

Comments
 (0)