I’ve got a Git Hooks question for y’all: where would you enforce linting?

pre-commit prevents commits with lint errors are present, but doesn’t stop errors from being committed

pre-push exchanges commit message blocking for push blocking, preventing code from getting upstream

  • 0
  • 0