Basic git hooks - #44
Conversation
|
workflow itself is great and i want to land it — but the fixers need an
add the exclude + drop the fix commits for those paths and this merges as-is. (wrote CONTRIBUTING.md to document all this — your PRs prompted it tbh) |
I'll check why TD is doing that, and if there are any ways to fix that behaviour. That being said, with a git hook setup, fixer would apply these fixes before the commit is made so ideally (developers should have the hooks initialized on their locals) those un-fixed files wouldn't reach the CI. |
A soft entry for automated format & lint flows.
Fixes trailing whitespaces and end-of-file issues.