Uploaded image for project: 'VOLTHA'
  1. VOLTHA
  2. VOL-1900

address lint (SCA) issues in voltha-go repo

    XMLWordPrintable

    Details

    • Story Points:
      5
    • Epic Link:
    • Sprint:
      VOLTHA 2.1 Sprint 6

      Description

      see attached sca-report.xml

      added the following to Makefile to test

      GOLANGCI_LINT_TOOL:=$(shell which golangci-lint)
      sca:
      ifeq (,$(GOLANGCI_LINT_TOOL))
      @echo "Please install golangci-lint tool to run sca"
      exit 1
      endif
      @mkdir -p ./sca-report
      GO111MODULE=auto golangci-lint run --out-format junit-xml ./... 2>&1 | tee ./sca-report/sca-report.xml ;\
      RETURN=$$? ;\
      exit $$RETURN

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            nikhil Nikhil Pujar
            Reporter:
            dbainbri David Bainbridge
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes