linter-swiftlint Archived: ... Source Code has been archived

Lint Swift files using swiftlint to offer style advice

AtomLinter

8,823

10

1.3.1

MIT

GitHub

This package provides the following services:

linter-swiftlint

This linter plugin for Linter provides an interface to SwiftLint's styling advice. Used with files that have the Swift syntax.

Installation

As well, install SwiftLint.

Plugin installation

$ apm install linter-swiftlint

Settings

You can configure linter-swiftlint by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

  "linter-swiftlint":
    configurationPath: ".swiftlint.yml"
    swiftlintExecutablePath: "/usr/local/bin/swiftlint"

Contributing

If you would like to contribute enhancements or fixes, please do the following:

  1. Fork the plugin repository.
  2. Hack on a separate topic branch created from the latest master.
  3. Commit and push the topic branch.
  4. Make a pull request.
  5. welcome to the club

Please note that modifications should follow these coding guidelines:

Thank you for helping out!