mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
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:
parent
8138246ab8
commit
ba219db83b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user