Merge pull request #538 from harshavardhana/pr_out_bump_up_gocyclo_to_18

master
Harshavardhana 10 years ago
commit edf838df74
  1. 3
      Makefile

@ -29,7 +29,7 @@ lint:
cyclo:
@echo "Running $@:"
@test -z "$$(gocyclo -over 16 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
@test -z "$$(gocyclo -over 18 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
pre-build:
@echo "Running pre-build:"
@ -65,4 +65,3 @@ clean:
@rm -fv cover.out
@rm -fv pkg/utils/split/TESTPREFIX.*
@rm -fv minio

Loading…
Cancel
Save