mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +00:00
Skip tabs.
This commit is contained in:
parent
9fa966dca6
commit
8b55159279
@ -50,6 +50,7 @@ no_unwanted_files_module_extensions = [".py"]
|
||||
no_unwanted_files_yaml_extensions = [".yml"]
|
||||
run_action_groups = true
|
||||
run_no_trailing_whitespace = true
|
||||
run_avoid_characters = true
|
||||
|
||||
[[sessions.extra_checks.action_groups_config]]
|
||||
name = "docker"
|
||||
@ -60,5 +61,12 @@ exclusions = [
|
||||
]
|
||||
doc_fragment = "community.docker.attributes.actiongroup_docker"
|
||||
|
||||
[[sessions.extra_checks.avoid_character_group]]
|
||||
name = "tab"
|
||||
regex = "\\x09"
|
||||
skip_directories = [
|
||||
"tests/images/",
|
||||
]
|
||||
|
||||
[sessions.build_import_check]
|
||||
run_galaxy_importer = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user