Skip to content

Use VBox layout for new containers #110

Use VBox layout for new containers

Use VBox layout for new containers #110

Triggered via push January 30, 2025 10:48
Status Failure
Total duration 1m 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
checks: internal/guibuilder/main.go#L204
if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary)
checks: internal/guidefs/go.go#L11
exported function GoString should have comment or be unexported
checks: internal/guidefs/layout.go#L26
exported var Layouts should have comment or be unexported
checks: internal/guidefs/res.go#L17
exported function WrapResource should have comment or be unexported
checks: internal/guidefs/res.go#L21
exported function IconName should have comment or be unexported
checks: internal/guidefs/widget.go#L24
exported var CollectionNames should have its own declaration
checks: internal/guidefs/widget.go#L26
exported var Collections should have its own declaration
checks: internal/guidefs/widget.go#L32
exported type WidgetInfo should have comment or be unexported
checks: internal/guidefs/widget.go#L42
exported method WidgetInfo.IsContainer should have comment or be unexported
checks: internal/guidefs/widget.go#L119
if block ends with a return statement, so drop this else and outdent its block