swift-scripts icon indicating copy to clipboard operation
swift-scripts copied to clipboard

Update of unused.rb

Open paulmaxgithub opened this issue 2 years ago • 0 comments

It was added:

  1. "CodingKeys" to ignore enum (CodingKeys: String, CodingKey)
  2. "@main" to ignore all entry point files, such as AppDelegate or application type in SwiftUI implementation
  3. "Previews" to ignore all PreviewProvider type structures that present user interfaces in SwiftUI interfaces
  4. |typealias| to find unused typealias in code

paulmaxgithub avatar Jun 22 '23 18:06 paulmaxgithub