Run new no-trailing-whitespace test.

This commit is contained in:
Felix Fontein
2025-06-04 14:26:05 +02:00
parent f68b0d0c08
commit 64e2b46eec
2 changed files with 5 additions and 1 deletions

View File

@@ -40,6 +40,10 @@ run_no_unwanted_files = true
no_unwanted_files_module_extensions = [".py"]
no_unwanted_files_yaml_extensions = [".yml"]
run_action_groups = true
run_no_trailing_whitespace = true
no_trailing_whitespace_skip_directories = [
"tests/unit/plugins/module_utils/_acme/fixtures/",
]
[[sessions.extra_checks.action_groups_config]]
name = "acme"