mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
* 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.
34 lines
1.0 KiB
TOML
34 lines
1.0 KiB
TOML
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 Felix Fontein <felix@fontein.de>
|
|
|
|
[collection_sources]
|
|
"community.internal_test_tools" = "git+https://github.com/ansible-collections/community.internal_test_tools.git,main"
|
|
|
|
[sessions]
|
|
|
|
[sessions.docs_check]
|
|
validate_collection_refs="all"
|
|
|
|
[sessions.license_check]
|
|
run_reuse = true
|
|
|
|
[sessions.extra_checks]
|
|
run_no_unwanted_files = true
|
|
no_unwanted_files_module_extensions = [".py"]
|
|
no_unwanted_files_yaml_extensions = [".yml"]
|
|
run_action_groups = true
|
|
|
|
[[sessions.extra_checks.action_groups_config]]
|
|
name = "acme"
|
|
pattern = "^acme_.*$"
|
|
exclusions = [
|
|
"acme_ari_info", # does not support ACME account
|
|
"acme_certificate_renewal_info", # does not support ACME account
|
|
"acme_challenge_cert_helper", # does not support (and need) any common parameters
|
|
]
|
|
doc_fragment = "community.crypto.attributes.actiongroup_acme"
|
|
|
|
[sessions.build_import_check]
|
|
run_galaxy_importer = true
|