Disable llvm-include-order clang-tidy check (#4244)

This is not needed since we handle include order with clang-format
This commit is contained in:
pajlada 2022-12-18 16:57:05 +01:00 committed by GitHub
parent a715b1ffff
commit 69a73e3291
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ Checks: '-*,
-misc-unused-parameters,
readability-identifier-naming,
-llvm-header-guard,
-llvm-include-order,
modernize-*,
readability-*,
performance-*,