mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Make reuse conformant (#509)
* Revert "Improve reuse test." This reverts commit7eddfda7f8. * Revert "Update README." This reverts commitb0ec28c6a1. * Revert "Add exceptions." This reverts commitc749421292. (This commit got adjusted to changes in community.crypto.) * Revert "Revert "Add .license file for vendored third-party certificates."" This reverts commit034b900a30. * Remove no longer necessary REUSE workflow. This is now checked by nox. * Fix filenames. * Update .gitignore.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user