Add 'make spell' target, fix what it finds. In .go files, only checks comments.

This commit is contained in:
Dan Kegel
2024-04-28 07:54:02 -07:00
committed by Ron Evans
parent da23cdeae4
commit ad0af607ef
7 changed files with 14 additions and 3 deletions
+1
View File
@@ -5,5 +5,6 @@
package tools
import (
_ "github.com/client9/misspell"
_ "github.com/mgechev/revive"
)