summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-05-09 10:21:35 -0400
committerKurt <kurt.w.jung@gmail.com>2019-05-09 10:21:35 -0400
commit65c03ae855f64ff46c37f9d58ed572a302bd355d (patch)
treed8ee86ef5c410ca4d2dda2d96cd49654df28a591 /Makefile
parent514e371ce761f71cf004bf0da3246824310b2e4f (diff)
Handle errors in UTF-8 example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 < $< > $@