From fed210cc81711f887370d4142500bf4b6b00f60c Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Wed, 24 Apr 2019 13:00:46 -0700 Subject: [PATCH] tweaks --- Makefile | 2 +- PROFANITY | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 PROFANITY 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" -