(t *testing.T)
| 12 | ) |
| 13 | |
| 14 | func TestRun(t *testing.T) { |
| 15 | t.Parallel() |
| 16 | testdata := analysistest.TestData() |
| 17 | plugin, _ := New(nil) |
| 18 | analyzers, _ := plugin.BuildAnalyzers() |
| 19 | analysistest.Run(t, testdata, analyzers[0], "has-warnings", "no-warnings") |
| 20 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…