Skip to content

Commit ecb7c14

Browse files
committed
[BUILD] Use the testenv to run the linter
Change-Id: I6375247bc218aaecd93ab493098699c6a06995cf Signed-off-by: Greg Haskins <[email protected]>
1 parent e4ce5b4 commit ecb7c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ behave: behave-deps
120120
@echo "Running behave tests"
121121
@cd bddtests; behave $(BEHAVE_OPTS)
122122

123-
linter: gotools
123+
linter: testenv
124124
@echo "LINT: Running code checks.."
125-
@./scripts/golinter.sh
125+
@$(DRUN) hyperledger/fabric-testenv:$(DOCKER_TAG) ./scripts/golinter.sh
126126

127127
build/bin/chaintool: Makefile
128128
@echo "Installing chaintool"

0 commit comments

Comments
 (0)