Skip to content

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #44

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #44

Triggered via pull request September 15, 2024 11:25
Status Failure
Total duration 4m 3s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: main.go#L12
import 'github.com/ninadingole/gotest-ls/pkg' is not allowed from list 'Main' (depguard)
lint: main_test.go#L11
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint: pkg/list_test.go#L8
import 'github.com/ninadingole/gotest-ls/pkg' is not allowed from list 'Main' (depguard)
lint: pkg/list_test.go#L9
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint: main.go#L79
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
lint: main.go#L90
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
lint: main.go#L113
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
lint: pkg/list_test.go#L31
fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint: pkg/list_test.go#L37
fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint: pkg/list_test.go#L45
fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/