From 4fe6763faf645568b2d1d3fe4cdcfcf6b12cf7e6 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sat, 21 Oct 2023 16:59:14 -0700 Subject: ci: Use golangci-lint for linting (#121) Instead of hand-managing and running linters, use golangci-lint. Along with the golangci-lint defaults, enable a couple other linters we generally agree with. See also uber-go/zap#1323 for a similar change. As a result of this, we can: - Drop the dependabot for tools - Run the lint job in parallel with build/test - Simplify the Makefile --- tools/doc.go | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tools/doc.go (limited to 'tools/doc.go') diff --git a/tools/doc.go b/tools/doc.go deleted file mode 100644 index c94c1a8..0000000 --- a/tools/doc.go +++ /dev/null @@ -1,3 +0,0 @@ -// Package tools specifies the development-time -// dependencies of sally. -package tools -- cgit v1.2.3