https://github.com/Kitware/CMake
Revision 8d1944c675a2240f3b71f813cbf7139429ab766c authored by Craig Scott on 18 July 2021, 09:13:06 UTC, committed by Craig Scott on 19 July 2021, 22:49:04 UTC
1 parent c8ea886
Raw File
Tip revision: 8d1944c675a2240f3b71f813cbf7139429ab766c authored by Craig Scott on 18 July 2021, 09:13:06 UTC
Help: Expand details for file(COPY_FILE)
Tip revision: 8d1944c
.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