diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 29d7e559..ebe55f4f 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -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