From 65c03ae855f64ff46c37f9d58ed572a302bd355d Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 9 May 2019 10:21:35 -0400 Subject: Handle errors in UTF-8 example --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 410c89e..f2590bd 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ check : golint . go vet -all . gofmt -s -l . - goreportcard-cli -v + goreportcard-cli -v | grep -v cyclomatic README.md : doc/document.md pandoc --read=markdown --write=gfm < $< > $@ -- cgit v1.2.1-24-ge1ad