Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of unused.rb #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

paulmaxgithub
Copy link

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

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
1. Added  - New Screenshot with code and settings in xcode  project, that  works correct
2. Modified - Description for implementing of new settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant