Skip to content

Commit

Permalink
Ignore generated files when running the spdx license check (#6379)
Browse files Browse the repository at this point in the history
Signed-off-by: Meredith Baxter <mbaxter.dev@gmail.com>
  • Loading branch information
mbaxter authored Jan 9, 2024
1 parent 0622f40 commit c88571e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ task checkSpdxHeader(type: CheckSpdxHeader) {
"(.*${sep}.gradle${sep}.*)",
"(.*${sep}.idea${sep}.*)",
"(.*${sep}out${sep}.*)",
"(.*${sep}bin${sep}.*)",
"(.*${sep}build${sep}.*)",
"(.*${sep}src${sep}[^${sep}]+${sep}generated${sep}.*)"
].join("|")
Expand Down

0 comments on commit c88571e

Please sign in to comment.