Have to cleverly figure out how to change CAPT_CHANGED_FILES to be * or empty, to force running all files, not just those changed on branch.
For checking all, some tools want no args, or */.clj (all args), or a dir to recurse into -- so may need some tool-specific knowledge for each tool, or default to no-args?
Useful for CI runs, and maybe elsewhere.
Have to cleverly figure out how to change
CAPT_CHANGED_FILES
to be*
or empty, to force running all files, not just those changed on branch.For checking all, some tools want no args, or */.clj (all args), or a dir to recurse into -- so may need some tool-specific knowledge for each tool, or default to no-args?