I\'d like to use swiftlint to lint a single file. How do I accomplish this? Checking the docs on https://github.com/realm/SwiftLint was not helpful.
To lint multiple files at once :
$ swiftlint -- file1.swift file2.swift