File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,9 @@ $ golangci-lint run --disable-all -E errcheck
141
141
3 . GoLand
142
142
- Configure [ File Watcher] ( https://www.jetbrains.com/help/go/settings-tools-file-watchers.html ) with arguments ` run --print-issued-lines=false $FileDir$ ` .
143
143
- Predefined File Watcher will be added in [ issue] ( https://youtrack.jetbrains.com/issue/GO-4574 ) .
144
- 4 . GNU Emacs - [ flycheck checker] ( https://github.com/weijiangan/flycheck-golangci-lint ) .
144
+ 4 . GNU Emacs
145
+ - [ Spacemacs] ( https://github.com/syl20bnr/spacemacs/blob/develop/layers/+lang/go/README.org#pre-requisites )
146
+ - [ flycheck checker] ( https://github.com/weijiangan/flycheck-golangci-lint ) .
145
147
5 . Vim
146
148
- vim-go open [ issue] ( https://github.com/fatih/vim-go/issues/1841 )
147
149
- syntastic [ merged pull request] ( https://github.com/vim-syntastic/syntastic/pull/2190 ) with golangci-lint support
Original file line number Diff line number Diff line change @@ -114,7 +114,9 @@ $ golangci-lint run --disable-all -E errcheck
114
114
3 . GoLand
115
115
- Configure [ File Watcher] ( https://www.jetbrains.com/help/go/settings-tools-file-watchers.html ) with arguments ` run --print-issued-lines=false $FileDir$ ` .
116
116
- Predefined File Watcher will be added in [ issue] ( https://youtrack.jetbrains.com/issue/GO-4574 ) .
117
- 4 . GNU Emacs - [ flycheck checker] ( https://github.com/weijiangan/flycheck-golangci-lint ) .
117
+ 4 . GNU Emacs
118
+ - [ Spacemacs] ( https://github.com/syl20bnr/spacemacs/blob/develop/layers/+lang/go/README.org#pre-requisites )
119
+ - [ flycheck checker] ( https://github.com/weijiangan/flycheck-golangci-lint ) .
118
120
5 . Vim
119
121
- vim-go open [ issue] ( https://github.com/fatih/vim-go/issues/1841 )
120
122
- syntastic [ merged pull request] ( https://github.com/vim-syntastic/syntastic/pull/2190 ) with golangci-lint support
You can’t perform that action at this time.
0 commit comments