mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-02-09 00:10:28 +01:00
Merge 'Fix badword token from clang-tidy config' into 'main'
See merge request mesa/vulkan-wsi-layer!230
This commit is contained in:
commit
35d315c987
1 changed files with 8 additions and 2 deletions
|
|
@ -96,7 +96,14 @@ clang_tidy:
|
|||
- set -o pipefail
|
||||
- |
|
||||
run-clang-tidy -p build -j "$(nproc)" -quiet -header-filter="$(pwd)/.*" \
|
||||
-checks='*,
|
||||
-checks='clang-analyzer-*,
|
||||
bugprone-*,
|
||||
cert-*,
|
||||
cppcoreguidelines-*,
|
||||
hicpp-*,
|
||||
misc-*,
|
||||
performance-*,
|
||||
readability-*,
|
||||
-bugprone-easily-swappable-parameters,
|
||||
-bugprone-exception-escape,
|
||||
-bugprone-implicit-widening-of-multiplication-result,
|
||||
|
|
@ -187,7 +194,6 @@ clang_tidy:
|
|||
-altera-*,
|
||||
-boost-*,
|
||||
-fuchsia-*,
|
||||
-google-*,
|
||||
-llvm-*,
|
||||
-llvmlibc-*,
|
||||
-modernize-*' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue