Skip to content

Commit 896ec9d

Browse files
committed
CPP: Reduce precision of InappropriateIntimacy.ql.
1 parent acb011d commit 896ec9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Architecture/InappropriateIntimacy.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @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.
44
* @kind problem
55
* @problem.severity recommendation
6-
* @precision high
6+
* @precision medium
77
* @id cpp/file-intimacy
88
* @tags maintainability
99
* modularity

0 commit comments

Comments
 (0)