CPP: Reduce precision of FeatureEnvy.ql.

This commit is contained in:
Geoffrey White
2019-12-12 18:09:00 +00:00
parent 896ec9de72
commit 49b5d9283f

View File

@@ -3,7 +3,7 @@
* @description A function that uses more functions and variables from another file than functions and variables from its own file. This function might be better placed in the other file, to avoid exposing internals of the file it depends on.
* @kind problem
* @problem.severity recommendation
* @precision high
* @precision medium
* @id cpp/feature-envy
* @tags maintainability
* modularity