From 9e3a080aa3e7573281cf8d65a55305e1148d857d Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Sun, 15 Apr 2018 16:53:01 -0700 Subject: [PATCH] profanity tweaks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b144792..1ecb433 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ test: .PHONY: profanity profanity: - @profanity + @profanity -include="*.go,Makefile,README.md" cover: @go test -short -covermode=set -coverprofile=profile.cov