mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-22 23:36:41 +00:00
golint warns about the following statements: ceph-csi/internal/util/csiconfig.go Line 49: warning: exported function Mons should have comment or be unexported (golint) ceph-csi/pkg/util/volid.go : Line 72: warning: exported method CSIIdentifier.ComposeCSIID should have comment or be unexported (golint) Reported-by: https://goreportcard.com/report/github.com/ceph/ceph-csi Updates: #975 Signed-off-by: Yug Gupta <ygupta@redhat.com>