Skip to content

Commit a124dcf

Browse files
committed
C++: Update QLDoc
Arguably warning, not just recommendation; it may be a logic error. TODO: What CWE/CVEs should I tag this with?
1 parent 981a979 commit a124dcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
* @description The expressions before and after the comma operator can be misread because of an unusual difference in start columns.
44
* @kind problem
55
* @id cpp/comma-before-misleading-indentation
6-
* @problem.severity recommendation
6+
* @problem.severity warning
7+
* @precision medium
78
* @tags maintainability
89
* readability
910
*/

0 commit comments

Comments
 (0)