Revision 87b170d9f9bdbcf4249e709864d90efce151883a authored by Michael Hirsch on 18 February 2021, 04:14:49 UTC, committed by Brad King on 18 February 2021, 19:53:28 UTC
Co-Author: Brad King <brad.king@kitware.com>
1 parent 3f8cf00
Raw File
.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