From ba219db83b9407020156bb69bd086b79fa89f137 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 17 Apr 2024 15:47:02 +0100 Subject: [PATCH] tests: Update the reuse lint limits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit More files now have their copyright and/or licensing tagged explicitly, so let’s reduce the wiggle room for regressions. Signed-off-by: Philip Withnall See: #1415 --- tests/reuse.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/reuse.sh b/tests/reuse.sh index e9d9e0641..590a72843 100755 --- a/tests/reuse.sh +++ b/tests/reuse.sh @@ -36,8 +36,8 @@ git submodule update --init >&2 # suitable copyright/licensing information has increased from a baseline # FIXME: Eventually this script can check whether *any* files are missing # information. But for now, let’s slowly improve the baseline. -files_without_copyright_information_max=343 -files_without_license_information_max=414 +files_without_copyright_information_max=336 +files_without_license_information_max=386 # The || true is because `reuse lint` will exit with status 1 if the project is not compliant # FIXME: Once https://github.com/fsfe/reuse-tool/issues/512 or