MicahElliott / captain

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

Add new DSL syntax for ignore and silent modes #1

Open MicahElliott opened 11 months ago

MicahElliott commented 11 months ago

Need a way to continue after any checker throws an error (exits non-zero).

Planning to just add a - or . or ! prefix to the name of the checker, for the ignore case.

Then maybe a @ (makefile/justfile style) for silent output.