File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 script :
3737 - curl https://raw.githubusercontent.com/src-d/lookout-sdk/master/_tools/install-lookout-latest.sh | bash
3838 - (./build/lookout-gometalint-analyzer_linux_amd64/gometalint-analyzer 2>&1 | tee -a analyzer.log)&
39- - ./lookout-sdk review -v "ipv4://localhost:2001" --from="86466b69281ca6bdcbc55413014ddb5a5ac4ce50" --to="a044e568d6b3bd6bf5ecf49fdd8c170de53fcb73"
39+ - ./lookout-sdk review --log-level=debug "ipv4://localhost:2001" --from="86466b69281ca6bdcbc55413014ddb5a5ac4ce50" --to="a044e568d6b3bd6bf5ecf49fdd8c170de53fcb73"
4040
4141 - name : ' Check deps'
4242 install :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ With `lookout-sdk` binary from the latest release of [SDK](https://github.com/sr
4343```
4444$ lookout-gometalint
4545
46- $ lookout-sdk review -v ipv4://localhost:2001 \
46+ $ lookout-sdk review --log-level=debug ipv4://localhost:2001 \
4747 --from c99dcdff172f1cb5505603a45d054998cb4dd606 \
4848 --to 3a9d78bdd1139c929903885ecb8f811931b8aa70
4949```
You can’t perform that action at this time.
0 commit comments