lint revision update

Related-To: NEO-7304
Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>
This commit is contained in:
Grzegorz Choinski
2022-09-05 14:09:02 +00:00
committed by Compute-Runtime-Automation
parent 28e6504d41
commit f6ecb1bc0c
3 changed files with 65 additions and 2 deletions

64
.github/lint.yml vendored Normal file
View 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

View File

@ -1 +0,0 @@
use-project: neo

View File

@ -1 +1 @@
1.0.51 1.1.8