mirror of
https://github.com/minio/minio.git
synced 2025-01-24 13:13:16 -05:00
bump up gocyclo to 18
This commit is contained in:
parent
251c99176a
commit
a60d279817
3
Makefile
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…
x
Reference in New Issue
Block a user