mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
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:
parent
a715b1ffff
commit
69a73e3291
|
@ -5,6 +5,7 @@ Checks: '-*,
|
|||
-misc-unused-parameters,
|
||||
readability-identifier-naming,
|
||||
-llvm-header-guard,
|
||||
-llvm-include-order,
|
||||
modernize-*,
|
||||
readability-*,
|
||||
performance-*,
|
||||
|
|
Loading…
Reference in a new issue