Skip to content

Commit

Permalink
Run linter checks when ready to push (not when committing)
Browse files Browse the repository at this point in the history
Running the linter checks currently takes a few seconds.
So running them every time someone wants to commit actually
adds friction to the developer experience.
Developers should feel free to commit frequently while
iterating on their local branches.
To this end, it makes sense to batch commits and defer running the
checks until the developer is ready to push.

Signed-off-by: Armel Soro <[email protected]>
  • Loading branch information
rm3l committed Sep 23, 2023
1 parent 189b359 commit d848b0a
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit d848b0a

Please sign in to comment.