2018-09-07 20:17:11 +02:00
|
|
|
- contains: "github.com/blend/go-sdk/"
|
2018-04-15 21:43:32 +02:00
|
|
|
message: "should not include go-sdk in this (outside tests)"
|
|
|
|
include: "*.go"
|
|
|
|
exclude: "*_test.go"
|
2018-09-07 20:17:11 +02:00
|
|
|
- contains: "github.com/blendlabs/go-"
|
2018-04-15 21:43:32 +02:00
|
|
|
message: "should not include blend go-* packages in this"
|
|
|
|
include: "*.go"
|
|
|
|
|