Is it possible to run qsv as a linter on multiple files? #2979
-
I'd like to use qsv, particularly the Based on my reading of the docs, I suppose this isn't possible. But maybe I missed something? Is this feature supported by qsv? |
Beta Was this translation helpful? Give feedback.
Answered by
jqnatividad
Sep 15, 2025
Replies: 1 comment 4 replies
-
Yes. There are several commands that have Extended Input Support and can process multiple files, an However, |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
jqnatividad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. There are several commands that have Extended Input Support and can process multiple files, an
.infile-list
(newline separated list of files) or even a directory as input.However,
validate
is not one of them and can only validate one file at a time.