ceph-csi/internal
Niels de Vos 5a1e370433 util: drop nolint comment for execCommandJSON()
golang-ci suddenly complains about the following issue

    internal/cephfs/util.go:41:1: directive `// nolint:unparam //  todo:program values has to be revisited later` is unused for linter unparam (nolintlint)
    // nolint:unparam //  todo:program values has to be revisited later
    ^

Dropping the comment completely seems to fix it. Ideally
execCommandJSON() will get removed once the migration to go-ceph is
complete.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-10-20 15:38:44 +00:00
..
cephfs util: drop nolint comment for execCommandJSON() 2020-10-20 15:38:44 +00:00
csi-common cephfs: replace variable name for builtin cap attribute 2020-10-19 13:25:15 +00:00
journal rbd: remove unused credentials argument from StoreImageID() 2020-10-15 06:46:41 +00:00
liveness util: replace klog with util logger in liveness.go 2020-08-19 14:38:12 +00:00
rbd rbd: volJournal.Connect() return wrongly pushed to caller 2020-10-20 12:45:51 +00:00
util util: add ClusterConnection.GetFSAdmin() 2020-10-14 15:16:56 +00:00