mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
7 lines
208 B
YAML
7 lines
208 B
YAML
---
|
|
# We want to disable all checks for 3rd party code. However, clang-tidy will
|
|
# assume we did not configure it correctly. Just add one check that will never
|
|
# be found.
|
|
Checks: '-*,llvm-twine-local'
|
|
...
|