Skip to content

feat: Add configuration #16

feat: Add configuration

feat: Add configuration #16

Triggered via pull request May 9, 2024 06:31
Status Failure
Total duration 46s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build: cmd/parse.go#L32
Error return value of `viper.BindPFlag` is not checked (errcheck)
build: cmd/root.go#L65
Error return value of `(*github.com/spf13/pflag.FlagSet).Set` is not checked (errcheck)
build: cmd/parse.go#L40
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
build: cmd/root.go#L58
Comment should end in a period (godot)
build: cmd/root.go#L21
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
build: cmd/root.go#L44
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
build
issues found
build
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/.