From 83efe3481a5c001ae37116e8a5b0240552fa6c04 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sat, 29 Apr 2023 11:48:57 -0700 Subject: ci: gofmt, golint => revive, update tools and actions (#87) Fixes up the `make lint` target to also check that all files are properly gofmt-ed, replaces the deprecated `golint` check with `revive`, and sets up dependabot to also update tools and actions regularly. --- tools/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/tools.go') diff --git a/tools/tools.go b/tools/tools.go index 5cfae35..437b62d 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -4,6 +4,6 @@ package tools import ( - _ "golang.org/x/lint/golint" + _ "github.com/mgechev/revive" _ "honnef.co/go/tools/cmd/staticcheck" ) -- cgit v1.2.3