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: realm/SwiftLint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5e32d1ffd5d1b13ba107a0af6a77958eece9d790
Choose a base ref
...
head repository: realm/SwiftLint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 971985619ef502e5c88a878dcd99cb5b96a1710b
Choose a head ref
  • 9 commits
  • 20 files changed
  • 9 contributors

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    662db7b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. [Fix] UnusedCaptureListRule: unowned self in @escaping closures (#3392

    )
    
    * [Fix] `UnusedCaptureListRule`: should also handle unowned self
    * [Docs] `CHANGELOG.md`: update.
    hank121314 authored Oct 24, 2020
    Configuration menu
    Copy the full SHA
    9afc3bb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Improve CONTRIBUTING.md (#3394)

    * Improve "Working Directory" instructions in CONTRIBUTING.md (#1280)
    
    The instruction wasn't clear to me and it took me some time to figure out what to insert into the "Working Directory" option.
    
    Co-Authored-By: oonoo <2565796+oonoo@users.noreply.github.com>
    
    * Improve "Arguments Passed On Launch" instructions in CONTRIBUTING.md (#1280)
    
    I wasn't sure which arguments could be passed to SwiftLint. I referenced the Command Line paragraph in the README, it already lists the available arguments.
    
    Co-Authored-By: oonoo <2565796+oonoo@users.noreply.github.com>
    
    * Add more details to "Submodules" in CONTRIBUTING.md (#1280)
    
    The reason to checkout git submodules wasn't mentioned. I added the use cases for submodules, as Swift Package Manager doesn't make use of the git submodules.
    
    * Format "Using Xcode" in CONTRIBUTING.md (#1280)
    
    Limit line length to 80 characters in "Using Xcode" section of CONTRIBUTING.md.
    
    * Document changes in CHANGELOG.md (#1280)
    
    * Add missing word
    
    Co-authored-by: oonoo <2565796+oonoo@users.noreply.github.com>
    Co-authored-by: JP Simard <jp@jpsim.com>
    3 people authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    5308e0d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    1950abb View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Use indentation_width severity configuration (#3397)

    * Use the severity from the configuration
    
    It was previously using a hardcoded value, that of the default configuration.
    
    * Update CHANGELOG.md
    
    * Correctly format CHANGELOG addition
    Samasaur1 authored Oct 31, 2020
    Configuration menu
    Copy the full SHA
    e6df1d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    51084ad View commit details
    Browse the repository at this point in the history
  2. Fix DuplicateImportsRule's support for import attributes (#3402)

    * Fix DuplicateImportsRule's support for import attributes
    
    * update changelog
    
    * Fix changelog
    keith authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    05344f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. [IdentifierNameRule] Allow "allowed symbols" as first character (#3403)

    This means that if `allowed_symbols` contains `_`, you can now write
    identifiers like `let _myLet`.
    
    Fixes #3306
    jpsim authored Nov 7, 2020
    Configuration menu
    Copy the full SHA
    d628c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9719856 View commit details
    Browse the repository at this point in the history
Loading