diff options
Diffstat (limited to 'Utilities/.clang-tidy')
-rw-r--r-- | Utilities/.clang-tidy | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/.clang-tidy b/Utilities/.clang-tidy new file mode 100644 index 0000000..381a0f4 --- /dev/null +++ b/Utilities/.clang-tidy @@ -0,0 +1,6 @@ +--- +# 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' +... |