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
-`<path-to-swift-project>` is the path to the folder that contains the main Xcode project or Workspace
24
-
-`<excluded-folders>` (optional) list of subdirectories to exclude from analysis (e.g. `ThirdParty`, `Carthage` checkouts, `Pods` etc..)
29
+
-`<excluded-folders>` (optional) list of subdirectories to exclude from analysis (e.g. `ThirdPartyCarthagePods`)
25
30
-`<output-directory>` (optional) path to the folder that will contain the generated textual analysis and graphs; if empty, the software will show the images to the user
26
31
27
32
## Current limitations
@@ -30,9 +35,12 @@ This tool is designed for medium/large codebases composed by different framework
30
35
31
36
Libraries built with `spm` are not supported.
32
37
33
-
## Current state
38
+
## TODOs
34
39
35
-
Work in progress
40
+
- Percentage of comments
41
+
- Output results to external file once the artifacts folder is provided
42
+
- Return the global result for the code (total LOC, NOC, NBM and Number of concretes)
0 commit comments