From 728a4a1ec2ef7b64c519315b0bf03afe5dbfe2c6 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Tue, 17 Dec 2024 07:33:24 +0000 Subject: [PATCH] docs: update README.md to v0.6.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 922260d..04b4972 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To use cpp-linter-hooks, add the following configuration to your `.pre-commit-co ```yaml repos: - repo: https://github.com/cpp-linter/cpp-linter-hooks - rev: v0.5.1 # Use the ref you want to point at + rev: v0.6.0 # Use the ref you want to point at hooks: - id: clang-format 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`: ```yaml repos: - repo: https://github.com/cpp-linter/cpp-linter-hooks - rev: v0.5.1 + rev: v0.6.0 hooks: - id: clang-format 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 ```yaml repos: - repo: https://github.com/cpp-linter/cpp-linter-hooks - rev: v0.5.1 + rev: v0.6.0 hooks: - id: clang-format args: [--style=file, --version=16] # Specifies version