All Projects → SublimeLinter → SublimeLinter-golangcilint

SublimeLinter / SublimeLinter-golangcilint

Licence: MIT license
This linter plugin for SublimeLinter provides an interface to golangci-lint.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

SublimeLinter-golangcilint Build Status

This linter plugin for SublimeLinter provides an interface to golangci-lint, a linter for Go (golang).

Note: The project was originally written by @alecthomas as an alternative to SublimeLinter-gometalinter, a linter plugin for gometalinter, both developed by the same person, and deprecated on Apr 7, 2019. The maintenance of the project was passed on to me on Mar 5, 2019 after I suggested some improvements to deal with some false positives in golangci-lint.

Installation

  • Install SublimeLinter 3 from here
  • Install SublimeLinter-golangcilint from here
  • Install the golangci-lint helper from here

screenshot

Configuration

In order for golangci-lint to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. Before going any further, please read and follow the steps in Finding a linter executable through “Validating your PATH” in the documentation. Once you have installed golangci-lint, you can proceed to install the plugin if it is not yet installed.

Due to the way that golangci-lint works, the linter will only run when saving a file, even if lint_mode is set to “background”.

Plugin installation

Please use Package Control to install the linter plugin. This will ensure that the plugin will be updated when new versions are available. If you want to install from source so you can modify the source code, you probably know what you are doing so we won’t cover that here.

To install via Package Control, do the following:

  1. Within Sublime Text, “Tools > Command Palette”, then type install. Among the commands you should see Package Control: Install Package. If that command is not highlighted, use the keyboard or mouse to select it. There will be a pause of a few seconds while Package Control fetches the list of available plugins.
  2. When the plugin list appears, type golangci-lint. Among the entries you should see SublimeLinter-golangcilint. If that entry is not highlighted, use the keyboard or mouse to select it.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].