File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 6
6
args : [--style=file, --version=16] # to load .clang-format
7
7
- id : clang-tidy
8
8
args : [--checks=.clang-tidy, --version=16] # path/to/.clang-tidy
9
+ - repo : .
10
+ rev : HEAD
11
+ hooks :
12
+ - id : clang-format
13
+ args : [--style=file, --version=17]
14
+ - id : clang-tidy
15
+ args : [--checks=.clang-tidy, --version=17]
16
+ - repo : .
17
+ rev : HEAD
18
+ hooks :
19
+ - id : clang-format
20
+ args : [--style=file, --version=18]
21
+ - id : clang-tidy
22
+ args : [--checks=.clang-tidy, --version=18]
23
+ - repo : .
24
+ rev : HEAD
25
+ hooks :
26
+ - id : clang-format
27
+ args : [--style=file, --version=19]
28
+ - id : clang-tidy
29
+ args : [--checks=.clang-tidy, --version=19]
30
+ - repo : .
31
+ rev : HEAD
32
+ hooks :
33
+ - id : clang-format
34
+ args : [--style=file, --version=20]
35
+ - id : clang-tidy
36
+ args : [--checks=.clang-tidy, --version=20]
You can’t perform that action at this time.
0 commit comments