https://github.com/sublimelinter/sublimelinter-golint
This linter plugin for SublimeLinter provides an interface to golint.
https://github.com/sublimelinter/sublimelinter-golint
Last synced: about 1 year ago
JSON representation
This linter plugin for SublimeLinter provides an interface to golint.
- Host: GitHub
- URL: https://github.com/sublimelinter/sublimelinter-golint
- Owner: SublimeLinter
- License: mit
- Created: 2014-01-20T00:36:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T10:11:48.000Z (about 1 year ago)
- Last Synced: 2025-04-24T11:25:14.877Z (about 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 24
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SublimeLinter-golint
================================
[](https://travis-ci.org/SublimeLinter/SublimeLinter-golint)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [golint](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