Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Source
/
LexerParser
/
.clang-tidy
blob: 52b11bf910dfd164549578b511e863e9bbc97bcb [
file
] [
log
] [
blame
]
---
# 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'
...