[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:
parent
5bbb0a831f
commit
3285f94244
|
@ -1,5 +1,6 @@
|
|||
InheritParentConfig: true
|
||||
Checks: >
|
||||
-misc-const-correctness,
|
||||
bugprone-argument-comment,
|
||||
bugprone-assert-side-effect,
|
||||
bugprone-branch-clone,
|
||||
|
|
Loading…
Reference in New Issue
Block a user