From 722805fd096041dc2988475f0feabc61c59afbde Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 7 Feb 2024 12:10:04 +0000 Subject: [PATCH] reuse: Update CI limits on files missing SPDX data One more monotonic step on the way to full REUSE compliance. Signed-off-by: Philip Withnall Helps: #1415 --- .gitlab-ci/run-reuse.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/run-reuse.sh b/.gitlab-ci/run-reuse.sh index 6d0a44c56..224545302 100755 --- a/.gitlab-ci/run-reuse.sh +++ b/.gitlab-ci/run-reuse.sh @@ -16,8 +16,8 @@ git submodule update --init # 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=407 -files_without_license_information_max=559 +files_without_copyright_information_max=346 +files_without_license_information_max=417 # 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