mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
fix codespell (#28536)
* fix codespell * fix phpstan * fix phpstan * fix phpstan * fix phpstan
This commit is contained in:
@@ -38,8 +38,8 @@ the project: `pre-commit-config.yaml`.
|
||||
### Tips
|
||||
|
||||
After installing `pre-commit` onto your local git clone, pre-commit will run
|
||||
on every commit. The first time, all tools required by pre-commit will be installed
|
||||
into ~/.cache/pre-commit
|
||||
on every commit. The first time, all tools required by pre-commit will be installed
|
||||
into ~/.cache/pre-commit
|
||||
|
||||
When it finds some issue, the git commit will be aborted, so you can fix it,
|
||||
or verify it.
|
||||
@@ -89,5 +89,5 @@ on github.\
|
||||
CI also runs pre-commit to help maintain code quality.
|
||||
|
||||
Note:
|
||||
Code for precommits are saved into:
|
||||
Code for precommits are saved into:
|
||||
.cache/pre-commit/repoyXXXXX/py_env-python3/lib/pythonX.Y/site-packages/pre_commit_hooks/no_commit_to_branch.py
|
||||
|
||||
Reference in New Issue
Block a user