From ecb7c14e0b70c25cf7e6c0933ed3790414f77180 Mon Sep 17 00:00:00 2001 From: Gregory Haskins Date: Fri, 4 Nov 2016 15:12:10 -0400 Subject: [PATCH] [BUILD] Use the testenv to run the linter Change-Id: I6375247bc218aaecd93ab493098699c6a06995cf Signed-off-by: Greg Haskins --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 46ec53141d6..a369b4d7e7a 100644 --- a/Makefile +++ b/Makefile @@ -120,9 +120,9 @@ behave: behave-deps @echo "Running behave tests" @cd bddtests; behave $(BEHAVE_OPTS) -linter: gotools +linter: testenv @echo "LINT: Running code checks.." - @./scripts/golinter.sh + @$(DRUN) hyperledger/fabric-testenv:$(DOCKER_TAG) ./scripts/golinter.sh build/bin/chaintool: Makefile @echo "Installing chaintool"