repo.or.cz
/
kiteware-cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CMake Nightly Date Stamp
[kiteware-cmake.git]
/
Utilities
/
.clang-tidy
blob
381a0f45a5176cb88fdd3428531fdf1476551912
1
---
2
# We want to disable all checks for 3rd party code. However, clang-tidy will
3
# assume we did not configure it correctly. Just add one check that will never
4
# be found.
5
Checks: '-*,llvm-twine-local'
6
...