From 8a57158f90f4d75d50a7ae0ff52ff2e24ba8c7ce Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Wed, 30 Sep 2015 00:47:49 +0300 Subject: [PATCH] README.md: add gometalinter --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc829c20b4..6bcefa8728 100644 --- a/README.md +++ b/README.md @@ -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`,