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

Add SwiftLint and Swift Maker #2463

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

Add SwiftLint and Swift Maker #2463

wants to merge 6 commits into from

Commits on Feb 6, 2020

  1. Swift: Add swiftlint Maker

    jandamm committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e391590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    580a98f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fc9dbb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Rename variable

    jandamm committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    55e9321 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

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

Commits on Mar 1, 2020

  1. Add swiftpm error without line or column

    When using the wrong swift toolchain an error without line or column can
    occur:
    /path: error: package at '/path' is using Swift tools version 5.2.0 but the installed version is 5.1.0
    jandamm committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    2fcb9c3 View commit details
    Browse the repository at this point in the history