mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user