Skip to content

Commit 3d5bbd8

Browse files
authored
Ignore uv.lock in RAT exclusions (#13066)
This updates the RAT exclusion list to ignore generated uv.lock files. These lockfiles are auto-generated and should not be modified to carry project license headers.
1 parent e99a83c commit 3d5bbd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/rat-regex.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
.*\.default$
2323
.*\.default\.in$
2424
.*\.config$
25+
(^|.*/)uv\.lock$
2526
.*\.yaml$
2627
.*\.gold$
2728
.*\.hrw4u$

0 commit comments

Comments
 (0)