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:
6
Source/LexerParser/.clang-tidy
Normal file
6
Source/LexerParser/.clang-tidy
Normal 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'
|
||||
...
|
Reference in New Issue
Block a user