Skip to content

Commit b4d6141

Browse files
committed
Exclude .mailmap from rat audits
1 parent bf4cf70 commit b4d6141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/rat-root-config.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ apply plugin: 'org.nosphere.apache.rat'
2020
tasks.named('rat') {
2121
def allExcludes = [
2222
'.asf.yaml', // ASF metadata for github integration excluded from src zip
23+
'.mailmap', // authorship mapping for git history, will not be included in src zip
2324
'CODE_OF_CONDUCT.md',
2425
'BUILD_DATE', // build artifact for storing the build date / verifying
2526
'CHECKSUMS', // build artifact for storing checksums for easy verification

0 commit comments

Comments
 (0)