You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GUIDE.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The example below is an excerpt from the example available [here](../swift_code_
26
26
"noi": 1,
27
27
"analysis": "The code is under commented. Zone of Pain. Highly stable and concrete component - rigid, hard to extend (not abstract). This component should not be volatile (e.g. a stable foundation library such as Strings).",
28
28
"dependencies": [
29
-
"FoundationFramework(2)"
29
+
"FoundationFramework(1)"
30
30
],
31
31
"fan_in": 1,
32
32
"fan_out": 1,
@@ -117,13 +117,13 @@ In addition:
117
117
118
118
The `--generate-graphs` option will output the following reports:
0 commit comments