Skip to content

Commit 8c65d5e

Browse files
committed
fix: improve formatting in CONTRIBUTING.md for clarity
Signed-off-by: Keith Wiles <keith.wiles@intel.com>
1 parent bd13e83 commit 8c65d5e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ repos:
1717
- id: clang-format
1818
types_or: [c++, c]
1919
args: [-i, --style=file]
20-
- repo: https://github.com/DavidAnson/markdownlint-cli2
21-
rev: v0.21.0
22-
hooks:
23-
- id: markdownlint-cli2-rules-docker
20+
# - repo: https://github.com/DavidAnson/markdownlint-cli2
21+
# rev: v0.21.0
22+
# hooks:
23+
# - id: markdownlint-cli2-rules-docker
2424
- repo: https://github.com/codespell-project/codespell
2525
rev: v2.4.1
2626
hooks:

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Or with git-clang-format if it is installed:
3030
git clang-format --diff
3131
```
3232

33-
Or a [Pre-commit](https://pre-commit.com/#install) hook is available and can be used
34-
to apply the linters to modified files in a commit. You can install pre-commit
35-
by running the following command:
33+
Or a [Pre-commit](https://pre-commit.com/#install) hook is available and can be
34+
used to apply the linters to modified files in a commit. You can install
35+
pre-commit by running the following command:
3636

3737
```bash
3838
pip install pre-commit

0 commit comments

Comments
 (0)