Skip to content

Commit 728a4a1

Browse files
committedDec 17, 2024·
docs: update README.md to v0.6.0
1 parent 41e7389 commit 728a4a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use cpp-linter-hooks, add the following configuration to your `.pre-commit-co
2222
```yaml
2323
repos:
2424
- repo: https://github.com/cpp-linter/cpp-linter-hooks
25-
rev: v0.5.1 # Use the ref you want to point at
25+
rev: v0.6.0 # Use the ref you want to point at
2626
hooks:
2727
- id: clang-format
2828
args: [--style=Google] # Other coding style: LLVM, GNU, Chromium, Microsoft, Mozilla, WebKit.
@@ -37,7 +37,7 @@ To use custom configurations like `.clang-format` and `.clang-tidy`:
3737
```yaml
3838
repos:
3939
- repo: https://github.com/cpp-linter/cpp-linter-hooks
40-
rev: v0.5.1
40+
rev: v0.6.0
4141
hooks:
4242
- id: clang-format
4343
args: [--style=file] # to load .clang-format
@@ -50,7 +50,7 @@ To use specific versions of [clang-tools](https://github.com/cpp-linter/clang-to
5050
```yaml
5151
repos:
5252
- repo: https://github.com/cpp-linter/cpp-linter-hooks
53-
rev: v0.5.1
53+
rev: v0.6.0
5454
hooks:
5555
- id: clang-format
5656
args: [--style=file, --version=16] # Specifies version

0 commit comments

Comments
 (0)
Please sign in to comment.