summaryrefslogtreecommitdiff
path: root/Utilities/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/.clang-tidy')
-rw-r--r--Utilities/.clang-tidy6
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/.clang-tidy b/Utilities/.clang-tidy
new file mode 100644
index 0000000000..381a0f45a5
--- /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'
+...