Awesome
vscode-swiftlint
A Visual Studio Code extension to lint Swift with SwiftLint:
enforce Swift style and conventions, loosely based on GitHub's Swift Style Guide
Installation
- Ensure
swiftlint
binary is installed. - Run
Install Extension
command from Command Palette. - Search and choose
swiftlint
.
See the extension installation guide for details.
Usage
Enable the linter in the VS Code settings.
{
"swiftlint.enable": true
}
You can also configure SwiftLint by adding a .swiftlint.yml
file to the workspace directory.
License
Copyright (c) 2015 Shinnosuke Watanabe
Licensed under the MIT License.