Disable clang-tidy for 3rd-party code

PR #19459.
This commit is contained in:
Victor Chernyakin
2023-08-14 08:13:28 -07:00
committed by GitHub
parent a0e41a11de
commit 52fbb774a2

2
src/base/3rdparty/.clang-tidy vendored Normal file
View File

@@ -0,0 +1,2 @@
# We don't care about fixing 3rd-party code, so we disable all checks here.
Checks: -*