[VOL-3548] BBSim support for reboot vs disconnect

Change-Id: I6ea2a8a510a6ed17d040d3572a04fc988866116f
diff --git a/Makefile b/Makefile
index 15c2285..c07c301 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@
 	@rm -rf ./sca-report
 	@mkdir -p ./sca-report
 	@echo "Running static code analysis..."
-	@${GOLANGCI_LINT} run --deadline=4m --out-format junit-xml ./... | tee ./sca-report/sca-report.xml
+	@${GOLANGCI_LINT} run -vv --deadline=6m --out-format junit-xml ./... | tee ./sca-report/sca-report.xml
 	@echo ""
 	@echo "Static code analysis OK"