From a73c6edf640a0af0d7710d237646550025e81d09 Mon Sep 17 00:00:00 2001 From: Connor Adams <10026538+connorads@users.noreply.github.com> Date: Sat, 4 Jan 2020 14:16:51 +0000 Subject: [PATCH] Update GoLand instructions in README.md --- README.md | 4 ++-- README.tmpl.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fda5dd69..97fe3efd 100644 --- a/README.md +++ b/README.md @@ -258,8 +258,8 @@ golangci-lint run --disable-all -E errcheck Golangci-lint automatically discovers `.golangci.yml` config for edited file: you don't need to configure it in VS Code settings. 2. Sublime Text - [plugin](https://github.com/alecthomas/SublimeLinter-contrib-golang-cilint) for SublimeLinter. 3. GoLand - * Configure [File Watcher](https://www.jetbrains.com/help/go/settings-tools-file-watchers.html) with arguments `run --print-issued-lines=false $FileDir$`. - * Predefined File Watcher will be added in [issue](https://youtrack.jetbrains.com/issue/GO-4574). + * Add [File Watcher](https://www.jetbrains.com/help/go/settings-tools-file-watchers.html) using existing `golangcli-lint` template. + * If your version of GoLand does not have the `golangcli-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 * [Spacemacs](https://github.com/syl20bnr/spacemacs/blob/develop/layers/+lang/go/README.org#pre-requisites) * [flycheck checker](https://github.com/weijiangan/flycheck-golangci-lint). diff --git a/README.tmpl.md b/README.tmpl.md index 4587a930..00ba58f8 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -219,8 +219,8 @@ golangci-lint run --disable-all -E errcheck Golangci-lint automatically discovers `.golangci.yml` config for edited file: you don't need to configure it in VS Code settings. 2. Sublime Text - [plugin](https://github.com/alecthomas/SublimeLinter-contrib-golang-cilint) for SublimeLinter. 3. GoLand - * Configure [File Watcher](https://www.jetbrains.com/help/go/settings-tools-file-watchers.html) with arguments `run --print-issued-lines=false $FileDir$`. - * Predefined File Watcher will be added in [issue](https://youtrack.jetbrains.com/issue/GO-4574). + * Add [File Watcher](https://www.jetbrains.com/help/go/settings-tools-file-watchers.html) using existing `golangcli-lint` template. + * If your version of GoLand does not have the `golangcli-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 * [Spacemacs](https://github.com/syl20bnr/spacemacs/blob/develop/layers/+lang/go/README.org#pre-requisites) * [flycheck checker](https://github.com/weijiangan/flycheck-golangci-lint).