mirror of https://github.com/FreeRDP/FreeRDP
[clang-tidy] deactivate bugprone-branch-clone check
The check triggers on switch cases running the same function and, more importantly, on our macro CommandLineSwitchStart. Not usable for this project, deactivating the check.
This commit is contained in:
parent
33a7bee4f9
commit
98f2f69f60
|
@ -24,6 +24,7 @@ Checks: >
|
|||
-cppcoreguidelines-interfaces-global-init,
|
||||
-bugprone-easily-swappable-parameters,
|
||||
-bugprone-assignment-in-if-condition,
|
||||
-bugprone-branch-clone,
|
||||
-bugprone-macro-parentheses,
|
||||
-cert-dcl16-c,
|
||||
-cert-env33-c,
|
||||
|
|
Loading…
Reference in New Issue