Skip to content

Commit

Permalink
README.md: add gometalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed Sep 29, 2015
1 parent 4261b17 commit 8a57158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ disabled/enabled easily.
* Change or display `GOPATH` with `:GoPath`
* Create a coverage profile and display annotated source code in browser to see
which functions are covered with `:GoCoverage`
* Call `gometalinter`, which is a tool that invokes all possible linters
(golint, vet, errcheck, deadcode, etc..) and shows the warnings/errors
* Lint your code with `:GoLint`
* Run your code through `:GoVet` to catch static errors
* Advanced source analysis tools utilizing oracle, such as `:GoImplements`,
Expand Down

0 comments on commit 8a57158

Please sign in to comment.