[mlir] Disable `misc-const-correctness` clang-tidy check.
authorAlexander Belyaev <pifon@google.com>
Wed, 3 Aug 2022 08:18:18 +0000 (10:18 +0200)
committerAlexander Belyaev <pifon@google.com>
Wed, 3 Aug 2022 08:18:43 +0000 (10:18 +0200)
https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html

mlir/.clang-tidy

index 4b78ece..eb8cbbe 100644 (file)
@@ -1,5 +1,6 @@
 InheritParentConfig: true
 Checks: >
+        -misc-const-correctness,
         bugprone-argument-comment,
         bugprone-assert-side-effect,
         bugprone-branch-clone,