Skip to content

Commit de6ffd2

Browse files
authored
infra: license header check ignore target/ dir (#1954)
## Which issue does this PR close? - Closes #. ## What changes are included in this PR? Following the [release verification](https://rust.iceberg.apache.org/release.html#how-to-verify-a-release) step by step. The target/ dir gets picked up by license header check. This PR adds the target/ dir to the ignore list. ## Are these changes tested?
1 parent a329a3b commit de6ffd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ header:
3131
- "**/DEPENDENCIES.*.tsv"
3232
# Release distributions
3333
- "dist/*"
34+
- "target"
3435
- "Cargo.lock"
3536
- "bindings/python/uv.lock"
3637
- ".github/PULL_REQUEST_TEMPLATE.md"

0 commit comments

Comments
 (0)