Skip to content

Commit

Permalink
[BUILD] Use the testenv to run the linter
Browse files Browse the repository at this point in the history
Change-Id: I6375247bc218aaecd93ab493098699c6a06995cf
Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Nov 21, 2016
1 parent e4ce5b4 commit ecb7c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ecb7c14

Please sign in to comment.