Skip to content

Merge branch 'develop' #8

Merge branch 'develop'

Merge branch 'develop' #8

Triggered via push December 8, 2023 07:38
Status Failure
Total duration 32s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
build: branch_test.go#L6
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
build: multi_test.go#L6
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
build: sequence_test.go#L6
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
build: sequence_test.go#L300
Duplicate words (true,) found (dupword)
build: sequence_test.go#L313
Duplicate words (true,) found (dupword)
build: sequence_test.go#L378
Duplicate words (false,) found (dupword)
build: sequence_test.go#L391
Duplicate words (false,) found (dupword)
build: multi_test.go#L173
require-error: for error assertions use require (testifylint)
build: multi_test.go#L285
require-error: for error assertions use require (testifylint)
build
issues found
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: characters.go#L222
exported: comment on exported function Whitespace0 should be of the form "Whitespace0 ..." (revive)
build: characters.go#L450
exported: exported function IsWhitespace should have comment or be unexported (revive)