Do imporve the GEMINI.md
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m15s
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m15s
This commit is contained in:
@@ -5,7 +5,9 @@ This document outlines some basic rules and guidelines for development within th
|
||||
## Development Guidelines
|
||||
|
||||
* **Test-Driven Development (TDD):** Wherever possible, Test-Driven Development principles should be followed. Write tests before writing the code they are intended to validate.
|
||||
* **Pre-commit Hooks:** Ensure that `pre-commit` hooks are installed and active before making any commits. This can be done by running `pre-commit install` in your local repository.
|
||||
* **Pre-commit Hooks:** Use pre commit hooks
|
||||
* Ensure that `pre-commit` hooks are installed and active before making any commits. This can be done by running `pre-commit install` in your local repository.
|
||||
* Do NEVER skip the `pre-commits` via the git argument `-n`
|
||||
|
||||
## Repository Comparison
|
||||
|
||||
|
||||
Reference in New Issue
Block a user