tweaks
This commit is contained in:
parent
762b314e86
commit
fed210cc81
2 changed files with 1 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ test:
|
||||||
|
|
||||||
.PHONY: profanity
|
.PHONY: profanity
|
||||||
profanity:
|
profanity:
|
||||||
@profanity -include="*.go,Makefile,README.md"
|
@profanity
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
@coverage
|
@coverage
|
|
@ -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"
|
|
||||||
|
|
Loading…
Reference in a new issue