From db8c7bf06786f55c67e9390fc7f277384b12d006 Mon Sep 17 00:00:00 2001 From: bneradt Date: Tue, 7 Apr 2026 14:15:43 -0500 Subject: [PATCH] Ignore uv.lock in RAT exclusions 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. This keeps the cmake rat target aligned with repository policy while avoiding false CI failures. --- ci/rat-regex.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/rat-regex.txt b/ci/rat-regex.txt index 2ddc42fa952..5405547bd7f 100644 --- a/ci/rat-regex.txt +++ b/ci/rat-regex.txt @@ -22,6 +22,7 @@ .*\.default$ .*\.default\.in$ .*\.config$ +(^|.*/)uv\.lock$ .*\.yaml$ .*\.gold$ .*\.hrw4u$