mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +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"]
|
no_unwanted_files_yaml_extensions = [".yml"]
|
||||||
run_action_groups = true
|
run_action_groups = true
|
||||||
run_no_trailing_whitespace = true
|
run_no_trailing_whitespace = true
|
||||||
|
run_avoid_characters = true
|
||||||
|
|
||||||
[[sessions.extra_checks.action_groups_config]]
|
[[sessions.extra_checks.action_groups_config]]
|
||||||
name = "docker"
|
name = "docker"
|
||||||
@ -60,5 +61,12 @@ exclusions = [
|
|||||||
]
|
]
|
||||||
doc_fragment = "community.docker.attributes.actiongroup_docker"
|
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]
|
[sessions.build_import_check]
|
||||||
run_galaxy_importer = true
|
run_galaxy_importer = true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user