@@ -20,4 +20,4 @@ start-dev:
go run main.go -http 127.0.0.1:8000 -dev
misspell:
find . -name '*.go' -not -path './vendor/*' | xargs misspell -error
find . -name '*.go' -not -path './vendor/*' -not -path './_repos/*' | xargs misspell -error
The note is not visible to the blocked user.