ceph-csi/internal
Sven Anderson de74c36d8c cleanup: address err113 warnings about direct error comparisons
Several places in the code compared errors directly with the go-ceph
sentinel errors.  This change uses the errors.Is() function of go
1.13 instead.  The err113 linter reported this issue as:

err113: do not compare errors directly, use errors.Is() instead

Signed-off-by: Sven Anderson <sven@redhat.com>
2020-07-06 08:57:46 +00:00
..
cephfs cleanup: use errors.As() in cephfs.checkVolExists() 2020-07-03 09:12:48 +00:00
csi-common rbd: Add support for rbd ROX PVC mounting 2020-06-22 06:15:40 +00:00
journal cleanup: address err113 warnings about direct error comparisons 2020-07-06 08:57:46 +00:00
liveness cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
rbd cleanup: address err113 warnings about direct error comparisons 2020-07-06 08:57:46 +00:00
util cleanup: address err113 warnings about direct error comparisons 2020-07-06 08:57:46 +00:00