mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
disabling link checker
This commit is contained in:
parent
07c4c030d3
commit
fc1aaf90e1
2 changed files with 11 additions and 9 deletions
|
@ -256,7 +256,9 @@ which will drastically speed up the process.
|
||||||
|
|
||||||
To promote consistent code style and quality, we use git pre-commit hooks to automatically lint and reformat our
|
To promote consistent code style and quality, we use git pre-commit hooks to automatically lint and reformat our
|
||||||
code before every commit we make to the codebase. Pre-commit hooks are defined in
|
code before every commit we make to the codebase. Pre-commit hooks are defined in
|
||||||
|
<!-- markdown-link-check-disable -->
|
||||||
[`.pre-commit-config.yaml`](../.pre-commit-config.yaml).
|
[`.pre-commit-config.yaml`](../.pre-commit-config.yaml).
|
||||||
|
<!-- markdown-link-check-enable -->
|
||||||
|
|
||||||
1. First, install [`pre-commit`](https://pre-commit.com/) globally:
|
1. First, install [`pre-commit`](https://pre-commit.com/) globally:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue