File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
/* .txt
2
2
/* .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
123
123
# Editor Integration
124
124
1 . [ Go for Visual Studio Code] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go ) .
125
125
2 . 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.
128
131
129
132
# Comparison
130
133
## ` 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
101
101
# Editor Integration
102
102
1. [Go for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go).
103
103
2. 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.
106
109
107
110
# Comparison
108
111
## `golangci-lint` vs `gometalinter`
You can’t perform that action at this time.
0 commit comments