Open chenchanglew opened 1 year ago
Need to check if we can run the check
target before build
.
The current order is defined here: https://github.com/hyperledger/fabric-private-chaincode/blob/main/build.mk#L20
Another issue is that we need to generate proto files otherwise the linter is not happy with go and cpp code :/
Is your feature request related to a problem? Please describe. I had a Golang lint error after 20 minutes of docker build. Maybe we can add a new Golint checking before building docker image in CI.
Describe the solution you'd like Current CI Flow:
Suggest CI Flow:
Describe alternatives you've considered Or any step before run make inside dev container