clang_tidy_gerrit: disable llvm-include-order check

The 'llvm-include-order' check in clang-tidy contradicts with IWYU
on the order of 'file.h' and 'file-inl.h' include file pairs.
IWYU intentionally orders 'file-inl.h' and 'file.h' to make 'file.h'
preceding it's 'file-inl.h' counterpart.  To avoid confusion, let's
isable the 'llvm-include-order' check.

Change-Id: Ie1f0e3a5b8447940be74071cc6701ac5eb5ddcf6
Reviewed-on: http://gerrit.cloudera.org:8080/14839
Tested-by: Alexey Serbin <aserbin@cloudera.com>
Reviewed-by: Adar Dembo <adar@cloudera.com>
1 file changed