From 8b551592798e1be269c86ac86de783c07e44ec46 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 6 Jul 2025 18:08:11 +0200 Subject: [PATCH] Skip tabs. --- antsibull-nox.toml | 8 ++++++++ 1 file changed, 8 insertions(+) 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