We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981a979 commit a124dcfCopy full SHA for a124dcf
cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql
@@ -3,7 +3,8 @@
3
* @description The expressions before and after the comma operator can be misread because of an unusual difference in start columns.
4
* @kind problem
5
* @id cpp/comma-before-misleading-indentation
6
- * @problem.severity recommendation
+ * @problem.severity warning
7
+ * @precision medium
8
* @tags maintainability
9
* readability
10
*/
0 commit comments