mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
lint revision update
Related-To: NEO-7304 Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
28e6504d41
commit
f6ecb1bc0c
64
.github/lint.yml
vendored
Normal file
64
.github/lint.yml
vendored
Normal file
@ -0,0 +1,64 @@
|
||||
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
|
||||
- LOCI
|
||||
- HSD
|
1
.github/neo-lint.yml
vendored
1
.github/neo-lint.yml
vendored
@ -1 +0,0 @@
|
||||
use-project: neo
|
@ -1 +1 @@
|
||||
1.0.51
|
||||
1.1.8
|
||||
|
Reference in New Issue
Block a user