gitee.com/mirrors/goreporter@v0.0.0-20180902115603-df1b20f7c5d0/linters/simpler/lint_test.go (about)

     1  package simpler
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/360EntSecGroup-Skylar/goreporter/linters/simpler/lint/testutil"
     7  )
     8  
     9  func TestAll(t *testing.T) {
    10  	testutil.TestAll(t, NewChecker(), "")
    11  }