Fix compile error with generated code for additional windows #105
Annotations
10 errors and 2 warnings
Golint:
internal/guibuilder/main.go#L200
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)
|
Golint:
internal/guidefs/go.go#L11
exported function GoString should have comment or be unexported
|
Golint:
internal/guidefs/layout.go#L26
exported var Layouts should have comment or be unexported
|
Golint:
internal/guidefs/res.go#L17
exported function WrapResource should have comment or be unexported
|
Golint:
internal/guidefs/res.go#L21
exported function IconName should have comment or be unexported
|
Golint:
internal/guidefs/widget.go#L23
exported var CollectionNames should have its own declaration
|
Golint:
internal/guidefs/widget.go#L25
exported var Collections should have its own declaration
|
Golint:
internal/guidefs/widget.go#L31
exported type WidgetInfo should have comment or be unexported
|
Golint:
internal/guidefs/widget.go#L41
exported method WidgetInfo.IsContainer should have comment or be unexported
|
Golint:
internal/guidefs/widget.go#L118
if block ends with a return statement, so drop this else and outdent its block
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading