MicahElliott / captain

A simpler approach to git-hook management
Other
2 stars 0 forks source link

Support --all-files option #28

Closed MicahElliott closed 3 days ago

MicahElliott commented 1 year ago

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?

MicahElliott commented 3 days ago

Just going with existing CAPT_FILES_OVERRIDE.