[12.0-stable] pkg/pillar: make ioBundleError deepcopy-able #9552
Annotations
9 errors
Yetus:
pkg/pillar/pubsub/util_test.go#L18
golangcilint: Function TestDeepCopyIoBundlError missing the call to method parallel (paralleltest)
|
Yetus:
pkg/pillar/types/assignableadapters.go#L34
golangcilint: the type name `ioBundleErrorBase` should conform to the `xxxError` format (errname)
|
Yetus:
pkg/pillar/types/assignableadapters.go#L562
golangcilint: the type name `ErrOwnParent` should conform to the `XxxError` format (errname)
|
Yetus:
pkg/pillar/types/assignableadapters.go#L569
golangcilint: the type name `ErrParentAssigngrpMismatch` should conform to the `XxxError` format (errname)
|
Yetus:
pkg/pillar/types/assignableadapters.go#L576
golangcilint: the type name `ErrEmptyAssigngrpWithParent` should conform to the `XxxError` format (errname)
|
Yetus:
pkg/pillar/types/assignableadapters.go#L583
golangcilint: the type name `ErrCycleDetected` should conform to the `XxxError` format (errname)
|
Yetus:
pkg/pillar/types/assignableadapters.go#L675
golangcilint: the type name `ErrIOBundleCollision` should conform to the `XxxError` format (errname)
|
Yetus:
pkg/pillar/types/assignableadapters.go#L94
golangcilint: type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Yetus:
pkg/pillar/types/assignableadapters_test.go#L946
golangcilint: Function TestIoBundleErrorRemove missing the call to method parallel (paralleltest)
|
Loading