Skip to content

Commit 5d1fb67

Browse files
committed
newlinter: adding gofuncor integration test
1 parent 455d8ee commit 5d1fb67

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package gofuncor
2+
3+
import (
4+
"github.com/golangci/golangci-lint/v2/test/testshared/integration"
5+
"testing"
6+
)
7+
8+
func TestFromTestdata(t *testing.T) {
9+
integration.RunTestdata(t)
10+
}

0 commit comments

Comments
 (0)