Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit a72d507

Browse files
committed
refactor(pre-commit): adjust to template repo
1 parent 84bebe3 commit a72d507

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code style checks with pre-commit
1+
name: Code style checks
22

33
on:
44
pull_request:

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ repos:
1919
- id: cppcheck
2020
args:
2121
- "--suppress=missingInclude"
22-
- "--suppress=missingIncludeSystem"
22+
- "--suppress=unmatchedSuppression"
23+
- "--suppress=unusedFunction"

0 commit comments

Comments
 (0)