mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-18 13:29:25 +02:00
Fixed tpyo
This commit is contained in:
parent
212e1c4c29
commit
061859fb37
@ -19,8 +19,8 @@ Generally speaking, most users shouldn't need to run Biome directly; in addition
|
|||||||
|
|
||||||
> ![WARNING]
|
> ![WARNING]
|
||||||
> You will **not** be able to commit code if any staged files contain `error`-level linting problems. \
|
> You will **not** be able to commit code if any staged files contain `error`-level linting problems. \
|
||||||
> If you, for whatever reason, _absolutely need_ to bypass Lefthook when committing,
|
> If you, for whatever reason, _absolutely need_ to bypass Lefthook while committing,
|
||||||
> `LEFTHOOK=0 git commit` will disable Lefthook temporarily for the given commit onl.
|
> `LEFTHOOK=0 git commit` will skip all pre-commit hooks for the given operation.
|
||||||
|
|
||||||
We also have a [Github Action](../.github/workflows/quality.yml) to verify code quality each time a PR is updated, preventing bad code from inadvertently making its way upstream. \
|
We also have a [Github Action](../.github/workflows/quality.yml) to verify code quality each time a PR is updated, preventing bad code from inadvertently making its way upstream. \
|
||||||
These are effectively the same commands as run by Lefthook, merely on a project-wide scale.
|
These are effectively the same commands as run by Lefthook, merely on a project-wide scale.
|
||||||
|
Loading…
Reference in New Issue
Block a user