Comment by bawolff 1 month ago Well we are in a discussion about pre-commit hooks. Pre-commit hooks run on local wip commits. 7 comments bawolff Reply thomashabets2 1 month ago Well, unless you inhibit them with `-n`. Which I would for WIP commits. badgersnake 1 month ago Then what’s the point? Just leave them off and run the tests when you want to run them. thomashabets2 1 month ago Because 99% of my commits are not WIP commits. So I almost always want to run them.Hell, even most WIP commits will pass the tests (e.g. tests are not yet added for the new code), so I'd run them then too. 4 replies →
thomashabets2 1 month ago Well, unless you inhibit them with `-n`. Which I would for WIP commits. badgersnake 1 month ago Then what’s the point? Just leave them off and run the tests when you want to run them. thomashabets2 1 month ago Because 99% of my commits are not WIP commits. So I almost always want to run them.Hell, even most WIP commits will pass the tests (e.g. tests are not yet added for the new code), so I'd run them then too. 4 replies →
badgersnake 1 month ago Then what’s the point? Just leave them off and run the tests when you want to run them. thomashabets2 1 month ago Because 99% of my commits are not WIP commits. So I almost always want to run them.Hell, even most WIP commits will pass the tests (e.g. tests are not yet added for the new code), so I'd run them then too. 4 replies →
thomashabets2 1 month ago Because 99% of my commits are not WIP commits. So I almost always want to run them.Hell, even most WIP commits will pass the tests (e.g. tests are not yet added for the new code), so I'd run them then too. 4 replies →
Well, unless you inhibit them with `-n`. Which I would for WIP commits.
Then what’s the point? Just leave them off and run the tests when you want to run them.
Because 99% of my commits are not WIP commits. So I almost always want to run them.
Hell, even most WIP commits will pass the tests (e.g. tests are not yet added for the new code), so I'd run them then too.
4 replies →