File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11/* .txt
22/* .pprof
3- /dist /
3+ /dist /
4+ /.idea /
Original file line number Diff line number Diff line change @@ -123,8 +123,11 @@ $ golangci-lint run --disable-all -E errcheck
123123# Editor Integration
1241241 . [ Go for Visual Studio Code] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go ) .
1251252 . Sublime Text - [ plugin] ( https://github.com/alecthomas/SublimeLinter-contrib-golang-cilint ) for SublimeLinter.
126- 3 . GNU Emacs - [ flycheck checker] ( https://github.com/weijiangan/flycheck-golangci-lint ) .
127- 4 . Vim - [ issue] ( https://github.com/fatih/vim-go/issues/1841 ) for vim-go.
126+ 3 . GoLand
127+ - Configure [ File Watcher] ( https://www.jetbrains.com/help/go/settings-tools-file-watchers.html ) with arguments ` run --print-issued-lines=false $FileDir$ ` .
128+ - Predefined File Watcher will be added in [ issue] ( https://youtrack.jetbrains.com/issue/GO-4574 ) .
129+ 4 . GNU Emacs - [ flycheck checker] ( https://github.com/weijiangan/flycheck-golangci-lint ) .
130+ 5 . Vim - [ issue] ( https://github.com/fatih/vim-go/issues/1841 ) for vim-go.
128131
129132# Comparison
130133## ` golangci-lint ` vs ` gometalinter `
Original file line number Diff line number Diff line change @@ -101,8 +101,11 @@ $ golangci-lint run --disable-all -E errcheck
101101# Editor Integration
1021021. [Go for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go).
1031032. Sublime Text - [plugin](https://github.com/alecthomas/SublimeLinter-contrib-golang-cilint) for SublimeLinter.
104- 3. GNU Emacs - [flycheck checker](https://github.com/weijiangan/flycheck-golangci-lint).
105- 4. Vim - [issue](https://github.com/fatih/vim-go/issues/1841) for vim-go.
104+ 3. GoLand
105+ - Configure [File Watcher](https://www.jetbrains.com/help/go/settings-tools-file-watchers.html) with arguments `run --print-issued-lines=false $FileDir$`.
106+ - Predefined File Watcher will be added in [issue](https://youtrack.jetbrains.com/issue/GO-4574).
107+ 4. GNU Emacs - [flycheck checker](https://github.com/weijiangan/flycheck-golangci-lint).
108+ 5. Vim - [issue](https://github.com/fatih/vim-go/issues/1841) for vim-go.
106109
107110# Comparison
108111## `golangci-lint` vs `gometalinter`
You can’t perform that action at this time.
0 commit comments