[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
|
InheritParentConfig: true
|
||||||
Checks: >
|
Checks: >
|
||||||
|
-misc-const-correctness,
|
||||||
bugprone-argument-comment,
|
bugprone-argument-comment,
|
||||||
bugprone-assert-side-effect,
|
bugprone-assert-side-effect,
|
||||||
bugprone-branch-clone,
|
bugprone-branch-clone,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user