File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 30
30
- id : clang-format-fix
31
31
name : clang-format-fix
32
32
entry : clang-format-18
33
+ files : ^(src/|include/)
33
34
types_or : [c++, c]
34
- language : python
35
+ language : system
35
36
args : ['-i']
36
37
stages : [manual]
37
38
@@ -43,11 +44,13 @@ repos:
43
44
# - id: oclint
44
45
# - id: cppcheck
45
46
# - id: cpplint
47
+
46
48
- repo : https://github.com/pocc/pre-commit-hooks
47
49
rev : v1.3.5
48
50
hooks :
49
51
- id : clang-tidy
50
52
stages : [manual]
53
+ additional_dependencies : ['clang-tidy==18.1.8']
51
54
52
55
- repo : https://github.com/codespell-project/codespell
53
56
rev : v2.2.6
Original file line number Diff line number Diff line change @@ -152,6 +152,10 @@ lint: venv
152
152
lint : # # Run all configured tools in pre-commit
153
153
$(PRE_COMMIT ) run -a
154
154
155
+ lint-manual : venv
156
+ lint-manual : # # Run all manual tools in pre-commit
157
+ $(PRE_COMMIT ) run --hook-stage manual -a
158
+
155
159
coverage : venv
156
160
$(MAKE ) CONFIG=Gcov test
157
161
$(ACTIVATE ) cmake --build $(_build_path ) --config $(CONFIG ) --target process_coverage
You can’t perform that action at this time.
0 commit comments