profanity tweaks

This commit is contained in:
Will Charczuk 2018-04-15 16:53:01 -07:00
parent 44990c63ed
commit 9e3a080aa3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ test:
.PHONY: profanity
profanity:
@profanity
@profanity -include="*.go,Makefile,README.md"
cover:
@go test -short -covermode=set -coverprofile=profile.cov