Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PaulTaykalo/swift-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: paulmaxgithub/swift-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

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
Loading