Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cb5b148335af1466fcc9412c5fff0b4e6dbe8ebd
/
.
/
Utilities
/
.clang-tidy
blob: 381a0f45a5176cb88fdd3428531fdf1476551912 [
file
] [
log
] [
blame
]
---
# 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'
...