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