diff --git a/Makefile b/Makefile index 84f7228..6b8f9da 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ test: .PHONY: profanity profanity: - @profanity -include="*.go,Makefile,README.md" + @profanity coverage: @coverage \ No newline at end of file diff --git a/PROFANITY b/PROFANITY deleted file mode 100644 index cdf3646..0000000 --- a/PROFANITY +++ /dev/null @@ -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" -