We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2807a3 commit 17cad28Copy full SHA for 17cad28
.pre-commit-config.yaml
@@ -7,6 +7,10 @@ repos:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- repo: https://github.com/pre-commit/mirrors-clang-format
10
- rev: "v18.1.3" # clang-format version
+ rev: v18.1.3 # clang-format version
11
hooks:
12
- id: clang-format
13
+ - repo: https://github.com/cpplint/cpplint
14
+ rev: 2.0.0
15
+ hooks:
16
+ - id: cpplint
0 commit comments