diff --git a/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql b/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql index 30d4d68a41e..d059e92d1c9 100644 --- a/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql +++ b/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql @@ -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 */