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

Commits on Jun 22, 2023

  1. Update of unused.rb

    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 authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d662bb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Update README.md / Description / Screenshots

    1. Added  - New Screenshot with code and settings in xcode  project, that  works correct
    2. Modified - Description for implementing of new settings
    paulmaxgithub authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9702578 View commit details
    Browse the repository at this point in the history