kubernetes-sigs / ibm-powervs-block-csi-driver

CSI Driver for IBM® Power Systems™ Virtual Server
Apache License 2.0
5 stars 24 forks source link

Use errors.New instead of fmt.Errorf #755

Closed GunaKKIBM closed 1 month ago

GunaKKIBM commented 1 month ago

To frame errors it is better to use errors.New instead of fmt.Errorf

Here's a comment in one of the PRs for reference: https://github.com/kubernetes-sigs/ibm-powervs-block-csi-driver/pull/746#discussion_r1768706207

irapandey commented 1 month ago

@GunaKKIBM - Can I take this up if you haven't tstarted? Would give time to look around the codebase as well :)

irapandey commented 1 month ago

/assign

GunaKKIBM commented 1 month ago

Sure @irapandey. You may assign it to yourself