-
Notifications
You must be signed in to change notification settings - Fork 240
/
Copy pathlint.yml
167 lines (158 loc) · 2.79 KB
/
lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
use-configs:
- lint/opensource/copyrights
- lint/opensource/banned_words
- lint/allowed_includes
lint:
clang-format:
included:
- \.cpp$
- \.h$
- \.inl$
- \.hpp$
excluded:
- third_party/
- infra/
- scripts/
cmake-format:
included:
- CMakeLists.txt$
- \.cmake$
excluded:
- third_party/
- infra/
copyright:
excluded:
- third_party/
- scripts/tests/copyright/out/
mit_header:
year_constraints:
opencl: 2018
shared: 2018
level_zero: 2020
ults-needed:
component_names:
- opencl
- shared
- level_zero/core
- level_zero/experimental
- level_zero/tools
banned_words:
exclude:
- third_party/
master:
todo:
exclude:
- GUIDELINES.md
allowed_includes:
excluded:
- third_party/
header_extensions:
- .h
- .hpp
- .inl
- .builtin_kernel
reference_projects:
- NEO
- IGC
- HSD
- GSD
commit_message:
signed_off:
validate: mail
skip_mails:
commit_message_subject:
validate: true
types:
- feature
- fix
- refactor
- documentation
- build
- ci
- performance
- test
mapping:
files:
'*/l0_blackbox_runner_configs.yml':
- ci
'manifests/packaging_linux.yml':
- ci
'manifests/ci*.yml':
- ci
'manifests/*/ci*.yml':
- ci
'.lint-revision':
- ci
'.clang-tidy':
- ci
'*/.clang-tidy':
- ci
'*.md':
- documentation
'level_zero/api/driver_experimental/public/*':
- feature
- fix
- refactor
- performance
- build
'level_zero/include/*':
- feature
- fix
- refactor
- performance
- build
directory_0:
'.github':
- ci
directory:
test:
- test
source:
- feature
- fix
- refactor
- performance
- build
manifest:
infra:
- ci
i915_kmd:
- ci
xe_kmd:
- ci
ze_raytracing:
- ci
kernels_bin:
- feature
- fix
- build
- performance
_default:
- build
strict:
- feature
priority:
0:
- test
- documentation
1:
- ci
scope:
values:
- usm
- ulls
- ooos
- debugger
- zebin
- sysman
- ocl
- wa
- internal
- ocloc
mandatory_tracker:
types:
- feature
scopes:
- wa