[mlir] Disable misc-const-correctness clang-tidy check.

https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html
This commit is contained in:
Alexander Belyaev 2022-08-03 10:18:18 +02:00
parent 5bbb0a831f
commit 3285f94244

View File

@ -1,5 +1,6 @@
InheritParentConfig: true
Checks: >
-misc-const-correctness,
bugprone-argument-comment,
bugprone-assert-side-effect,
bugprone-branch-clone,