github.com/blaisereilly/goreporter@v0.0.0-20240129165232-a6e9a46234bd/linters/spellcheck/spellcheck_test.go (about)

     1  package spellcheck
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func Test_SpellCheck(t *testing.T) {
     8  	SpellCheck("../../../goreporter", "")
     9  }