From ad0af607ef1d5d75639c3836f66994fc5640e276 Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Sun, 28 Apr 2024 07:54:02 -0700 Subject: Add 'make spell' target, fix what it finds. In .go files, only checks comments. --- internal/tools/tools.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal') diff --git a/internal/tools/tools.go b/internal/tools/tools.go index 60e6a8cb6..cda689101 100644 --- a/internal/tools/tools.go +++ b/internal/tools/tools.go @@ -5,5 +5,6 @@ package tools import ( + _ "github.com/client9/misspell" _ "github.com/mgechev/revive" ) -- cgit v1.2.3