We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687d62d commit 8a04753Copy full SHA for 8a04753
.pre-commit-config.yaml
@@ -22,13 +22,13 @@ repos:
22
- id: clang-format
23
args:
24
- --style=file
25
- # - id: clang-tidy
26
- # args:
27
- # - --checks=.clang-tidy
28
- # - -p=/root/SimpleKernel/build_x86_64/build_x86_64/compiler_commands.json
29
- # - -extra-arg=--std=c++2b
30
- # - --fix
31
- # - --header-filter=^(/root/SimpleKernel/build_x86_64/src/).*
+ - id: clang-tidy
+ args:
+ - --checks=.clang-tidy
+ - -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/).*
32
# - --exclude-header-filter=^(?/root/SimpleKernel/build_x86_64/src/arch/x86_64|/root/SimpleKernel/build_x86_64/src/arch/aarch64).*
33
# - id: clang-tidy
34
# args:
0 commit comments