tests: Update the reuse lint limits

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 <pwithnall@gnome.org>

See: #1415
This commit is contained in:
Philip Withnall 2024-04-17 15:47:02 +01:00
parent 8138246ab8
commit ba219db83b
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -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, lets 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