CPP: Change SloppyGlobal.ql to a recommendation.

This commit is contained in:
Geoffrey White
2019-04-02 12:18:22 +01:00
parent 02f4695a5b
commit 96136a1c55

View File

@@ -2,8 +2,8 @@
* @name Short global name
* @description Global variables should have descriptive names, to help document their use, avoid namespace pollution and reduce the risk of shadowing with local variables.
* @kind problem
* @problem.severity warning
* @precision high
* @problem.severity recommendation
* @precision very-high
* @id cpp/short-global-name
* @tags maintainability
*/