summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 < $< > $@