https://github.com/d2r2/sublimelinter-misspell
This linter plugin for SublimeLinter provides an interface to misspell.
https://github.com/d2r2/sublimelinter-misspell
Last synced: about 2 months ago
JSON representation
This linter plugin for SublimeLinter provides an interface to misspell.
- Host: GitHub
- URL: https://github.com/d2r2/sublimelinter-misspell
- Owner: d2r2
- License: mit
- Created: 2018-10-27T23:26:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T23:31:13.000Z (over 7 years ago)
- Last Synced: 2025-03-13T07:02:35.313Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SublimeLinter-misspell
================================
[](https://travis-ci.org/d2r2/SublimeLinter-misspell)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [misspell](https://github.com/golang/lint).
It will be used with files that have the "Go" syntax.
Golint is a tool for improving go code. It is _not_ for catching errors!
It is probably best to use this linter in combination with another error catching linter, such as [gotype](https://github.com/SublimeLinter/SublimeLinter-gotype).
## Installation
SublimeLinter must be installed in order to use this plugin.
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
Please make sure that the path to `golint` is available to SublimeLinter. To install, follow the instructions provided by [golint](https://github.com/golang/lint).
## Settings
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html