mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Avoid tabs.
This commit is contained in:
@@ -56,6 +56,7 @@ no_trailing_whitespace_skip_paths = [
|
||||
no_trailing_whitespace_skip_directories = [
|
||||
"tests/unit/plugins/module_utils/_acme/fixtures/",
|
||||
]
|
||||
run_avoid_characters = true
|
||||
|
||||
[[sessions.extra_checks.action_groups_config]]
|
||||
name = "acme"
|
||||
@@ -67,6 +68,13 @@ exclusions = [
|
||||
]
|
||||
doc_fragment = "community.crypto._attributes.actiongroup_acme"
|
||||
|
||||
[[sessions.extra_checks.avoid_character_group]]
|
||||
name = "tab"
|
||||
regex = "\\x09"
|
||||
skip_paths = [
|
||||
"tests/integration/targets/luks_device/files/keyfile3",
|
||||
]
|
||||
|
||||
[sessions.build_import_check]
|
||||
run_galaxy_importer = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user