1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

LexerParser: disable clang-tidy checks

This commit is contained in:
Daniel Pfeifer
2017-04-28 20:26:55 +02:00
parent 9bad0dfcce
commit 7f4eaf2348

View File

@@ -0,0 +1,6 @@
---
# We want to disable all checks for generated 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'
...