hyperledger-caliper / caliper-benchmarks

Sample benchmark files for Hyperledger Caliper https://wiki.hyperledger.org/display/caliper
https://hyperledger-caliper.github.io/caliper-benchmarks/
Apache License 2.0
112 stars 119 forks source link

Linter added for go and javascript #259

Open kartikaysaxena opened 7 months ago

kartikaysaxena commented 7 months ago

Fixes #215

Works like make lint-js and make lint-go

Added a Makefile which has targets mainly lint-js and lint-go and a combined target lint which executes the scripts added to lint the code

kartikaysaxena commented 7 months ago

PTAL @davidkel

davidkel commented 7 months ago

@kartikaysaxena I really like the idea you have put forward but I think the actual work is more comprehensive than this PR. I have captured my thoughts in this issue #262 Please add to the issue any thoughts you have and if you are interested I can assign the issue to you.