CPP: Reduce precision of InappropriateIntimacy.ql.

This commit is contained in:
Geoffrey White
2019-12-12 17:52:25 +00:00
parent acb011de04
commit 896ec9de72

View File

@@ -3,7 +3,7 @@
* @description Two files share too much information about each other (accessing many operations or variables in both directions). It would be better to invert some of the dependencies to reduce the coupling between the two files.
* @kind problem
* @problem.severity recommendation
* @precision high
* @precision medium
* @id cpp/file-intimacy
* @tags maintainability
* modularity