Skip to content

Commit 8b55159

Browse files
committed
Skip tabs.
1 parent 9fa966d commit 8b55159

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

antsibull-nox.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ no_unwanted_files_module_extensions = [".py"]
5050
no_unwanted_files_yaml_extensions = [".yml"]
5151
run_action_groups = true
5252
run_no_trailing_whitespace = true
53+
run_avoid_characters = true
5354

5455
[[sessions.extra_checks.action_groups_config]]
5556
name = "docker"
@@ -60,5 +61,12 @@ exclusions = [
6061
]
6162
doc_fragment = "community.docker.attributes.actiongroup_docker"
6263

64+
[[sessions.extra_checks.avoid_character_group]]
65+
name = "tab"
66+
regex = "\\x09"
67+
skip_directories = [
68+
"tests/images/",
69+
]
70+
6371
[sessions.build_import_check]
6472
run_galaxy_importer = true

0 commit comments

Comments
 (0)