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 ecb1b9a commit 755f2b9Copy full SHA for 755f2b9
antsibull-nox.toml
@@ -38,6 +38,7 @@ no_unwanted_files_module_extensions = [".py"]
38
no_unwanted_files_yaml_extensions = [".yml"]
39
run_action_groups = true
40
run_no_trailing_whitespace = true
41
+run_avoid_characters = true
42
43
[[sessions.extra_checks.action_groups_config]]
44
name = "robot"
@@ -51,6 +52,10 @@ pattern = "^storagebox.*$"
51
52
exclusions = []
53
doc_fragment = "community.hrobot.attributes.actiongroup_api"
54
55
+[[sessions.extra_checks.avoid_character_group]]
56
+name = "tab"
57
+regex = "\\x09"
58
+
59
[sessions.build_import_check]
60
run_galaxy_importer = true
61
0 commit comments