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:
@@ -5,6 +5,7 @@ Checks: '-*,
|
||||
-misc-unused-parameters,
|
||||
readability-identifier-naming,
|
||||
-llvm-header-guard,
|
||||
-llvm-include-order,
|
||||
modernize-*,
|
||||
readability-*,
|
||||
performance-*,
|
||||
|
||||
Reference in New Issue
Block a user