adding profanity checks
This commit is contained in:
parent
7c3982fe3d
commit
1ebbcf493d
7
Makefile
7
Makefile
|
@ -3,7 +3,14 @@ all: test
|
|||
test:
|
||||
@go test ./...
|
||||
|
||||
.PHONY: profanity
|
||||
profanity:
|
||||
@profanity
|
||||
|
||||
cover:
|
||||
@go test -short -covermode=set -coverprofile=profile.cov
|
||||
@go tool cover -html=profile.cov
|
||||
@rm profile.cov
|
||||
|
||||
deps:
|
||||
@go get -u github.com/blend/go-sdk/_bin/profanity
|
||||
|
|
Loading…
Reference in New Issue
Block a user