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

Added a command line option to specify a path to lint #44

Merged
merged 8 commits into from
May 29, 2015

Commits on May 27, 2015

  1. Added a command line option to specify a path to lint

    Usage example: `swiftlint lint --path
    Source/swiftlint/LintCommand.swift`
    larslockefeer committed May 27, 2015
    Configuration menu
    Copy the full SHA
    c005a94 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2015

  1. Configuration menu
    Copy the full SHA
    21516ce View commit details
    Browse the repository at this point in the history
  2. Use absolutePathRepresentation: from SourceKittenFramework rather t…

    …han `stringByAppendingPathComponent`
    larslockefeer committed May 29, 2015
    Configuration menu
    Copy the full SHA
    baa5a30 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	Source/swiftlint/LintCommand.swift
    larslockefeer committed May 29, 2015
    Configuration menu
    Copy the full SHA
    4d6e21d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c4dec8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbd13d6 View commit details
    Browse the repository at this point in the history
  6. Made lint: private

    larslockefeer committed May 29, 2015
    Configuration menu
    Copy the full SHA
    9c143a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea0bd86 View commit details
    Browse the repository at this point in the history