Skip to content

Commit 755f2b9

Browse files
committed
Avoid tabs.
1 parent ecb1b9a commit 755f2b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

antsibull-nox.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ no_unwanted_files_module_extensions = [".py"]
3838
no_unwanted_files_yaml_extensions = [".yml"]
3939
run_action_groups = true
4040
run_no_trailing_whitespace = true
41+
run_avoid_characters = true
4142

4243
[[sessions.extra_checks.action_groups_config]]
4344
name = "robot"
@@ -51,6 +52,10 @@ pattern = "^storagebox.*$"
5152
exclusions = []
5253
doc_fragment = "community.hrobot.attributes.actiongroup_api"
5354

55+
[[sessions.extra_checks.avoid_character_group]]
56+
name = "tab"
57+
regex = "\\x09"
58+
5459
[sessions.build_import_check]
5560
run_galaxy_importer = true
5661

0 commit comments

Comments
 (0)