Linters #11
Annotations
1 error and 10 warnings
|
mutexkv/mutexkv.go#L38
empty-lines: extra empty line at the end of a block (revive)
|
redfish/models/power.go#L7
exported: exported type Power should have comment or be unexported (revive)
|
redfish/models/provider.go#L7
exported: comment on exported type ProviderConfig should be of the form "ProviderConfig ..." (with optional leading article) (revive)
|
redfish/models/provider.go#L13
exported: exported type RedfishServer should have comment or be unexported (revive)
|
gofish/dell/updateService.go#L43
line-length-limit: line is 115 characters, out of limit 100 (revive)
|
gofish/dell/updateService.go#L24
exported: exported method UpdateServiceActions.UnmarshalJSON should have comment or be unexported (revive)
|
gofish/dell/common.go#L3
exported: exported type Entity should have comment or be unexported (revive)
|
gofish/dell/dellAttributeRegistry.go#L119
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (revive)
|
gofish/dell/dellAttributes.go#L110
line-length-limit: line is 105 characters, out of limit 100 (revive)
|
gofish/dell/manager.go#L56
line-length-limit: line is 105 characters, out of limit 100 (revive)
|
The logs for this run have expired and are no longer available.
Loading