CPP: Change AV Rule 107.ql to a recommendation.

This commit is contained in:
Geoffrey White
2019-04-02 12:19:33 +01:00
parent 96136a1c55
commit 1542fdc44b

View File

@@ -2,8 +2,8 @@
* @name Function declared in block
* @description Functions should always be declared at file scope. It is confusing to declare a function at block scope, and the visibility of the function is not what would be expected.
* @kind problem
* @problem.severity warning
* @precision high
* @problem.severity recommendation
* @precision very-high
* @id cpp/function-in-block
* @tags maintainability
* readability