Skip to content

Commit

Permalink
Update pre-commit for refactored code
Browse files Browse the repository at this point in the history
  • Loading branch information
msricher committed Oct 8, 2024
1 parent 0d7160d commit 5587cb6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
exclude: |
(?x)^(
src/perm-mv0\.h$ |
src/kperm-gray\.h$ |
src/swap\.h$
include/permanent/perm-mv0\.h$ |
include/permanent/kperm-gray\.h$ |
include/permanent/swap\.h$
)
ci:
Expand Down Expand Up @@ -52,7 +52,9 @@ repos:
hooks:
- id: cppcheck
args: ["--inline-suppr", "--suppress=missingIncludeSystem",
"--suppress=*:include/permanent/swap.h", "--suppress=*:include/permanent/perm-mv0.h", "--suppress=*:include/permanent/kperm-gray.h"]
"--suppress=*:include/permanent/swap.h",
"--suppress=*:include/permanent/perm-mv0.h",
"--suppress=*:include/permanent/kperm-gray.h"]
- id: cpplint
args: ["--root=src", "--filter=-build/include_subdir"]
- id: clang-format
Expand Down

0 comments on commit 5587cb6

Please sign in to comment.