Skip to content

Add GETC asm example #248

Add GETC asm example

Add GETC asm example #248

Triggered via push February 13, 2024 16:41
Status Failure
Total duration 31s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
lint: internal/asm/ops.go#L916
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: internal/asm/gen.go#L164
return statements should not be cuddled if block has more than two lines (wsl)
lint: internal/asm/parser.go#L348
assignments should only be cuddled with other assignments (wsl)
lint: internal/asm/parser.go#L237
assignments should only be cuddled with other assignments (wsl)
lint: internal/asm/gen_test.go#L42
if statements should only be cuddled with assignments (wsl)
lint: internal/asm/gen_test.go#L49
if statements should only be cuddled with assignments (wsl)
lint: internal/asm/gen_test.go#L56
if statements should only be cuddled with assignments (wsl)
lint: internal/asm/gold_test.go#L132
assignments should only be cuddled with other assignments (wsl)
lint: internal/asm/gold_test.go#L128
only one cuddle assignment allowed before if statement (wsl)
lint: internal/asm/ops_parse_test.go#L495
return statements should not be cuddled if block has more than two lines (wsl)
build-release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.