https://github.com/Kitware/CMake
Revision 09b4dfb92aab0b13d3df70ff974d4208386d55f0 authored by Brad King on 16 July 2019, 12:36:40 UTC, committed by Brad King on 16 July 2019, 12:36:40 UTC
2 parent s 79a21ba + 9654191
Raw File
Tip revision: 09b4dfb92aab0b13d3df70ff974d4208386d55f0 authored by Brad King on 16 July 2019, 12:36:40 UTC
Merge branch 'release-3.14'
Tip revision: 09b4dfb
.clang-tidy
---
# 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'
...
back to top