Enable no-trailing-whitespace test.
Some checks failed
Collection Docs / Build Ansible Docs (push) Has been cancelled
execution environment / Build and test EE (ansible-core devel @ RHEL UBI 9) (push) Has been cancelled
execution environment / Build and test EE (ansible-core 2.15 @ Rocky Linux 9) (push) Has been cancelled
nox / Run extra sanity tests (push) Has been cancelled
nox / ansible-test (push) Has been cancelled
Collection Docs / Publish Ansible Docs (push) Has been cancelled

This commit is contained in:
Felix Fontein 2025-06-04 15:19:28 +02:00
parent 221a697af9
commit 88806047e3
4 changed files with 7 additions and 3 deletions

View file

@ -38,7 +38,7 @@ Tested with the current ansible-core 2.15, ansible-core 2.16, ansible-core 2.17,
## External requirements ## External requirements
The exact requirements for every module are listed in the module documentation. The exact requirements for every module are listed in the module documentation.
### Supported connections ### Supported connections

View file

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

View file

@ -57,7 +57,7 @@ This results in the following output:
} }
PLAY RECAP ******************************************************************************************************* PLAY RECAP *******************************************************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 localhost : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Check out the documentation of the :ansplugin:`community.routeros.api module <community.routeros.api#module>` for details on the options. Check out the documentation of the :ansplugin:`community.routeros.api module <community.routeros.api#module>` for details on the options.

View file

@ -126,4 +126,4 @@ This results in the following output:
} }
PLAY RECAP ******************************************************************************************************* PLAY RECAP *******************************************************************************************************
router : ok=4 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 router : ok=4 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0