Skip to content

Commit

Permalink
perf: replace with template
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.N <[email protected]>
  • Loading branch information
MRNIU committed Dec 9, 2024
1 parent 01d8f93 commit 474b1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- -p=/root/SimpleKernel/build_x86_64/build_x86_64/compiler_commands.json
- -extra-arg=--std=c++2b
- --fix
# - --header-filter=^(?/root/SimpleKernel/build_x86_64/src/).*
- --header-filter=^(?/root/SimpleKernel/build_x86_64/src/).*
# - --exclude-header-filter=^(?/root/SimpleKernel/build_x86_64/src/arch/x86_64|/root/SimpleKernel/build_x86_64/src/arch/aarch64).*
# - id: clang-tidy
# args:
Expand Down
2 changes: 1 addition & 1 deletion tools/.pre-commit-config.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- -p=@CMAKE_BINARY_DIR@/build_x86_64/compiler_commands.json
- -extra-arg=--std=c++2b
- --fix
# - --header-filter=^(?@CMAKE_BINARY_DIR@/src/).*
- --header-filter=^(?@CMAKE_BINARY_DIR@/src/).*
# - --exclude-header-filter=^(?@CMAKE_BINARY_DIR@/src/arch/x86_64|@CMAKE_BINARY_DIR@/src/arch/aarch64).*
# - id: clang-tidy
# args:
Expand Down

0 comments on commit 474b1fc

Please sign in to comment.