Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BEAM-12399] Filter LICENSE.python from RAT check.
Browse files Browse the repository at this point in the history
lostluck committed Jul 21, 2021
1 parent 3c3048d commit 0bf96df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -91,6 +91,9 @@ tasks.rat {
"ownership/**/*",
"**/OWNERS",

// Ignore CPython LICENSE file
"LICENSE.python",

// Json doesn't support comments.
"**/*.json",

0 comments on commit 0bf96df

Please sign in to comment.