Make reuse conformant (#509)

* Revert "Improve reuse test."

This reverts commit 7eddfda7f8.

* Revert "Update README."

This reverts commit b0ec28c6a1.

* Revert "Add exceptions."

This reverts commit c749421292.
(This commit got adjusted to changes in community.crypto.)

* Revert "Revert "Add .license file for vendored third-party certificates.""

This reverts commit 034b900a30.

* Remove no longer necessary REUSE workflow.

This is now checked by nox.

* Fix filenames.

* Update .gitignore.
This commit is contained in:
Felix Fontein
2025-04-24 22:43:06 +02:00
committed by GitHub
parent 04967efe26
commit 194ab4694e
21 changed files with 54 additions and 47 deletions

View File

@@ -11,14 +11,7 @@
validate_collection_refs="all"
[sessions.license_check]
run_reuse = false
license_check_extra_ignore_paths = [
"tests/integration/targets/*/files/*.pem",
"tests/integration/targets/*/files/roots/*.pem",
]
# Right now we need to run the following before 'reuse lint' passes:
# rm -f tests/integration/targets/*/files/*.pem
# rm -f tests/integration/targets/*/files/roots/*.pem
run_reuse = true
[sessions.extra_checks]
run_no_unwanted_files = true