8 lines
261 B
Text
8 lines
261 B
Text
- contains: "github.com/blend/go-sdk/"
|
|
message: "should not include go-sdk in this (outside tests)"
|
|
include: "*.go"
|
|
exclude: "*_test.go"
|
|
- contains: "github.com/blendlabs/go-"
|
|
message: "should not include blend go-* packages in this"
|
|
include: "*.go"
|
|
|