Skip to content

Commit 3200f1f

Browse files
authored
Do not pass filenames to ansible-lint by default
1 parent e891a93 commit 3200f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hooks.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2131,6 +2131,7 @@ in
21312131
in
21322132
"${hooks.ansible-lint.package}/bin/ansible-lint ${cmdArgs}";
21332133
files = if hooks.ansible-lint.settings.subdir != "" then "${hooks.ansible-lint.settings.subdir}/" else "";
2134+
pass_filenames = false;
21342135
};
21352136
autoflake =
21362137
{

0 commit comments

Comments
 (0)