We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa966d commit 8b55159Copy full SHA for 8b55159
antsibull-nox.toml
@@ -50,6 +50,7 @@ no_unwanted_files_module_extensions = [".py"]
50
no_unwanted_files_yaml_extensions = [".yml"]
51
run_action_groups = true
52
run_no_trailing_whitespace = true
53
+run_avoid_characters = true
54
55
[[sessions.extra_checks.action_groups_config]]
56
name = "docker"
@@ -60,5 +61,12 @@ exclusions = [
60
61
]
62
doc_fragment = "community.docker.attributes.actiongroup_docker"
63
64
+[[sessions.extra_checks.avoid_character_group]]
65
+name = "tab"
66
+regex = "\\x09"
67
+skip_directories = [
68
+ "tests/images/",
69
+]
70
+
71
[sessions.build_import_check]
72
run_galaxy_importer = true
0 commit comments