File tree 2 files changed +174
-108
lines changed
src/kernel/arch/x86_64/include/cpu
2 files changed +174
-108
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ repos:
22
22
- id : clang-format
23
23
args :
24
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/).*
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/).*
32
32
# - --exclude-header-filter=^(?/root/SimpleKernel/build_x86_64/src/arch/x86_64|/root/SimpleKernel/build_x86_64/src/arch/aarch64).*
33
33
# - id: clang-tidy
34
34
# args:
You can’t perform that action at this time.
0 commit comments