C++: Update QLDoc

Arguably warning, not just recommendation; it may be a logic error.

TODO: What CWE/CVEs should I tag this with?
This commit is contained in:
Nora Dimitrijević
2022-09-30 00:06:53 +02:00
parent 981a9798b8
commit a124dcf436

View File

@@ -3,7 +3,8 @@
* @description The expressions before and after the comma operator can be misread because of an unusual difference in start columns.
* @kind problem
* @id cpp/comma-before-misleading-indentation
* @problem.severity recommendation
* @problem.severity warning
* @precision medium
* @tags maintainability
* readability
*/