Skip to content

Commit

Permalink
document gslint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Oct 1, 2011
1 parent b372466 commit dbfdab8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ The available settings are:

* gofmt_cmd - the command that shall be called for gofmt, this can be the command name e.g. `gofmt` or full path to a binary e.g. `/go/bin/gofmt` - default `gofmt`

* gslint_cmd - the command that will be used by gslint. Set it to an empty string to disable gslint. Any command can be used in place of `gotype` as long as the output is compatible(e.g `govet` provides compatible output) - default gotype

* gslint_timeout - how long to wait after the last keystroke before the command is run (in milliseconds) - default `gotype`

Completion Markers
------------------

Expand Down

0 comments on commit dbfdab8

Please sign in to comment.