Skip to content

Commit

Permalink
Add plugin option for Goland
Browse files Browse the repository at this point in the history
  • Loading branch information
Yupeng Wang committed Feb 8, 2021
1 parent 65369cb commit f1c5eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/docs/usage/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ title: Integrations

2. Sublime Text - [plugin](https://github.com/alecthomas/SublimeLinter-contrib-golang-cilint) for SublimeLinter.
3. GoLand
- Install [plugin](https://plugins.jetbrains.com/plugin/12496-go-linter)
- Add [File Watcher](https://www.jetbrains.com/help/go/settings-tools-file-watchers.html) using existing `golangci-lint` template.
- If your version of GoLand does not have the `golangci-lint` [File Watcher](https://www.jetbrains.com/help/go/settings-tools-file-watchers.html) template you can configure your own and use arguments `run --disable=typecheck $FileDir$`.
4. GNU Emacs
Expand Down

0 comments on commit f1c5eb1

Please sign in to comment.