From bf353b152a320850be344bc501c26939712459f9 Mon Sep 17 00:00:00 2001 From: Mark van der Velden Date: Thu, 2 May 2019 09:35:58 +0200 Subject: [PATCH] Removing gometalinter (deprecated) (#2501) The SA gometalinter is deprecated in favour of [GolangCI](https://github.com/golangci/golangci-lint) and the project is archived. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 27c2b018..a91bc7d7 100644 --- a/README.md +++ b/README.md @@ -1881,7 +1881,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [dupl](https://github.com/mibk/dupl) - Tool for code clone detection. * [errcheck](https://github.com/kisielk/errcheck) - Errcheck is a program for checking for unchecked errors in Go programs. * [gcvis](https://github.com/davecheney/gcvis) - Visualise Go program GC trace data in real time. -* [Go Metalinter](https://github.com/alecthomas/gometalinter) - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form. * [go-checkstyle](https://github.com/qiniu/checkstyle) - checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style refered to some points in Go Code Review Comments. * [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) - go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects. * [go-critic](https://github.com/go-critic/go-critic) - source code linter that brings checks that are currently not implemented in other linters.