mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user