mirror of
https://github.com/minio/minio.git
synced 2025-12-03 14:31:23 -05:00
upgrade golang-lint to the latest (#15600)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
package smart
|
||||
|
||||
// Defined in <linux/nvme_ioctl.h>
|
||||
//
|
||||
//nolint:structcheck,deadcode
|
||||
type nvmePassthruCommand struct {
|
||||
opcode uint8
|
||||
@@ -138,6 +139,7 @@ type nvmeSMARTLog struct {
|
||||
} // 512 bytes
|
||||
|
||||
// NVMeDevice represents drive data about NVMe drives
|
||||
//
|
||||
//nolint:structcheck
|
||||
type NVMeDevice struct {
|
||||
Name string
|
||||
|
||||
Reference in New Issue
Block a user