VOL-1900 lint warning fixes

Change-Id: Ibbe15bc887f0ed9e0de4d01b522f0a0429773b44
diff --git a/Makefile b/Makefile
index d21c2f3..960f5f2 100644
--- a/Makefile
+++ b/Makefile
@@ -227,7 +227,7 @@
 sca: golangci_lint_tool_install
 	rm -rf ./sca-report
 	@mkdir -p ./sca-report
-	$(GOLANGCI_LINT_TOOL) run --out-format junit-xml ./... 2>&1 | tee ./sca-report/sca-report.xml
+	$(GOLANGCI_LINT_TOOL) run -E golint --out-format junit-xml ./cli/... 2>&1 | tee ./sca-report/sca-report.xml
 
 test: go_junit_install gocover_cobertura_install local-lib-go
 	@mkdir -p ./tests/results