This linter plugin for Linter provides an interface to SwiftLint's styling advice. Used with files that have the Swift
syntax.
As well, install SwiftLint.
$ apm install linter-swiftlint
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"
If you would like to contribute enhancements or fixes, please do the following:
master
.Please note that modifications should follow these coding guidelines:
Thank you for helping out!
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.