1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-05-08 22:37:04 +08:00
CMake/Utilities/.clang-tidy
2017-05-04 17:39:23 +02:00

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'
...