Replies: 1 comment 3 replies
-
The If by a git hook you meant the unfortunately named https://pre-commit.com/, it will fail if "files were modified by this hook", so one can use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to run fix in a git hook, but it always returns 0 even when code was fixed. Is the only way of determining whether some fixers ran through parsing the output?
Beta Was this translation helpful? Give feedback.
All reactions