Skip to content

Commit 09c7739

Browse files
Precommit
1 parent 1490c45 commit 09c7739

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ __pycache__/
33
.env
44
/public
55
*.cpython*
6-
.github/*.md
6+
.github/*.md

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repos:
55
- id: clang-format
66
args: ["-style=Google"]
77
- id: cppcheck
8+
args: ["--check-level=exhaustive"]
89
- id: cpplint
910
args: ["--filter=-legal/copyright"]
1011

0 commit comments

Comments
 (0)