You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting `pass_filenames: n` limits each hook invocation to at most `n`
filenames, with multiple parallel invocations for larger file sets.
This mirrors the `-n` flag of `xargs` and is useful for tools that can
only process a limited number of files per invocation (typically, if a
limit applies, it is 1).
The existing boolean behaviour is preserved: `true` passes all filenames
(default) and `false` passes none. So this is a backwards compatible
change.
Resolves: #1471
Signed-off-by: JP-Ellis <josh@jpellis.me>
0 commit comments