1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-14 20:07:38 +00:00

Exclude dnf_config_manager fixtures from trailing space check.

This commit is contained in:
Felix Fontein 2026-06-14 07:30:49 +02:00
parent ff7f90fb4f
commit ebb813680e

View file

@ -83,6 +83,7 @@ no_trailing_whitespace_skip_paths = [
"tests/integration/targets/setup_flatpak_remote/files/repo.tar.xz",
]
no_trailing_whitespace_skip_directories = [
"tests/unit/plugins/modules/dnf_config_manager/fixtures/",
"tests/unit/plugins/modules/interfaces_file/interfaces_file_fixtures/golden_output/",
"tests/unit/plugins/modules/interfaces_file/interfaces_file_fixtures/input/",
]