Skip to content

build: update pre-commit #152

build: update pre-commit

build: update pre-commit #152

Triggered via push May 26, 2024 19:50
Status Failure
Total duration 44s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 warnings
lint: types/conversions.go#L6
import 'github.com/levelfourab/conversions-go' is not allowed from list 'Main' (depguard)
lint: types/floats.go#L9
import 'github.com/levelfourab/conversions-go' is not allowed from list 'Main' (depguard)
lint: types/ints.go#L9
import 'github.com/levelfourab/conversions-go' is not allowed from list 'Main' (depguard)
lint: types/floats_test.go#L6
import 'github.com/levelfourab/conversions-go/types' is not allowed from list 'Main' (depguard)
lint: types/ints_test.go#L6
import 'github.com/levelfourab/conversions-go/types' is not allowed from list 'Main' (depguard)
lint: types/strings_test.go#L6
import 'github.com/levelfourab/conversions-go/types' is not allowed from list 'Main' (depguard)
lint
issues found
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
lint: conversions_test.go#L9
dot-imports: should not use dot imports (revive)
lint: conversions_test.go#L10
dot-imports: should not use dot imports (revive)
lint: conversions_test.go#L58
unused-parameter: parameter 'v' seems to be unused, consider removing or renaming it as _ (revive)
lint: conversions_suite_test.go#L6
dot-imports: should not use dot imports (revive)