DiceDB/alloy

[DX] Add pre-commit git hook

Closed this issue · 0 comments

To improve development experience and code quality, we should add a pre-commit git hook to enforce standards before committing code. This can help catch linting errors, run tests, and apply formatting automatically, saving time during the code review process.

Tasks:

  • Add the hook to run linting, tests, or formatting as needed.

Benefits:

  • Ensures consistency across the codebase.
  • Reduces the likelihood of committing code that doesn't meet project standards.
  • Automates checks, reducing manual effort.