Skip tabs.

This commit is contained in:
Felix Fontein 2025-07-06 18:08:11 +02:00
parent 9fa966dca6
commit 8b55159279

View File

@ -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