Skip to content

Commit

Permalink
Add docs for commits panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed May 23, 2020
1 parent cbd65a2 commit 251853b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Just press <kbd>r</kbd>, then results from the linters should be shown.
<kbd>space</kbd>: toggle enabled
</pre>

##### Note that for users who specify `disable-all` in the config file for golangci-lint, it is impossible to disable linters that are enabled in it.
Note that for users who specify `disable-all` in the config file for golangci-lint, it is impossible to disable linters that are enabled in it.

**Source File Panel**

Expand All @@ -78,6 +78,14 @@ Just press <kbd>r</kbd>, then results from the linters should be shown.
<kbd>o</kbd>: expand directory
</pre>

**Commits Panel**

<pre>
<kbd>space</kbd>: toggle selected
</pre>

It shows only new issues created after the commit you selected. Internally it just gives it on to `--new-from-rev`.

**Results Panel**

<pre>
Expand Down

0 comments on commit 251853b

Please sign in to comment.