This commit is contained in:
Will Charczuk 2019-04-24 13:00:46 -07:00
parent 762b314e86
commit fed210cc81
2 changed files with 1 additions and 9 deletions

View file

@ -12,7 +12,7 @@ test:
.PHONY: profanity
profanity:
@profanity -include="*.go,Makefile,README.md"
@profanity
coverage:
@coverage

View file

@ -1,8 +0,0 @@
- 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"