Sitrep
Sitrep copied to clipboard
A source code analyzer for Swift projects.
~/Library/org.swift.swiftpm/collections.json has been deprecated. Please delete it and use the new ~/Library/org.swift.swiftpm/configuration/collections.json instead. error: Could not find Package.swift in this directory or any of its parent directories. Followed the steps...
After install it by Homebrew. I got this error `fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: no files specified` when try to use it. When i run `sitrep`.
Scanning my current branch of Alamofire, Sitrep gives these LOC results: ``` Sizes Total lines of code: 11102 Source lines of code: 9481 ``` However, cloc gives these results: ```...
Hey @twostraws ! 👋🏼 Based on the screenshot here: https://twitter.com/twostraws/status/1354136797496881154/photo/1 I was wondering why imports are word-wrapped instead of formatted like everything else? I think a format like this would...
It'd be nice if this tool could be run at different verbosity levels
Typealiasing a class (e.g. `typealias UIVC = UIViewController`) and inheriting from this typealias (e.g. `class SomeClass: UIVC { ... }`) doesn't count inheritance from the original class (`UIViewController` in this...
The tool doesn't report failures.
Hello, I tried to execute the Sitrep command under the _Cocoapods Classes_ directory. But I got an empty result. ``` swift run Sitrep -p ~/Users/duruldalkanat/ios_snapshot_testing/Source/VHFeature-iOS/VHFeature-iOS/Classes``` Distro: OS X 12.6 Xcode...
Hey Paul, Similar to #39, I'm curious on your take of how easy it would be to modify SitRep to allow the caller to specify a flag to output a...
Hey Paul, As the good Swift developers we are, we strive to encapsulate reusable code into Swift Packages. Do you think that it would be easy to enhance SitRep to...