profanity tweaks
This commit is contained in:
parent
44990c63ed
commit
9e3a080aa3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ test:
|
||||||
|
|
||||||
.PHONY: profanity
|
.PHONY: profanity
|
||||||
profanity:
|
profanity:
|
||||||
@profanity
|
@profanity -include="*.go,Makefile,README.md"
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
@go test -short -covermode=set -coverprofile=profile.cov
|
@go test -short -covermode=set -coverprofile=profile.cov
|
||||||
|
|
Loading…
Reference in a new issue