Skip to content

Commit 96136a1

Browse files
committed
CPP: Change SloppyGlobal.ql to a recommendation.
1 parent 02f4695 commit 96136a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/src/Best Practices/SloppyGlobal.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @name Short global name
33
* @description Global variables should have descriptive names, to help document their use, avoid namespace pollution and reduce the risk of shadowing with local variables.
44
* @kind problem
5-
* @problem.severity warning
6-
* @precision high
5+
* @problem.severity recommendation
6+
* @precision very-high
77
* @id cpp/short-global-name
88
* @tags maintainability
99
*/

0 commit comments

Comments
 (0)