clang-tidy : disable bugprone-branch-clone
This commit is contained in:
parent
7cf64f6bee
commit
aae2903e0b
|
|
@ -5,6 +5,7 @@ Checks: >
|
|||
-bugprone-implicit-widening-of-multiplication-result,
|
||||
-bugprone-misplaced-widening-cast,
|
||||
-bugprone-narrowing-conversions,
|
||||
-bugprone-branch-clone,
|
||||
readability-*,
|
||||
-readability-avoid-unconditional-preprocessor-if,
|
||||
-readability-function-cognitive-complexity,
|
||||
|
|
|
|||
Loading…
Reference in New Issue