Files
music_library/backlog/drafts/draft-3 - Restructure-pre-commit-hooks-to-run-only-necessary-checks-depending-on-change.md
T
2026-05-15 09:56:38 +01:00

712 B

id, title, status, assignee, created_date, labels, dependencies
id title status assignee created_date labels dependencies
DRAFT-3 Restructure pre-commit hooks to run only necessary checks depending on change Draft
2026-05-15 08:41

Description

Currently pre-commit hooks run the entire verification suite irrespectively of the change. This is inefficient and tedious. Some examples of annoyances.

  1. Changes to /backlog items only need the pretty linter.
  2. Changes to documentation only need the pretty linter.
  3. Changes to the presto application only need to run the (upcoming) presto test suite.
  4. Possibly some other patterns, need to verify the complete repo structure.