Bump gocyclo back to 16

This commit is contained in:
Harshavardhana
2015-05-19 18:32:50 -07:00
parent b84d8fcda7
commit f00bfd38da
3 changed files with 7 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ lint:
cyclo:
@echo "Running $@:"
@test -z "$$(gocyclo -over 18 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
@test -z "$$(gocyclo -over 16 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
pre-build:
@echo "Running pre-build:"