can specify the output format as text or json #259
Annotations
4 errors and 10 warnings
golangci-lint:
cmd/puku/puku.go#L33
SA5008: duplicate struct tag "choice" (staticcheck)
|
golangci-lint:
cmd/puku/puku.go#L37
SA5008: duplicate struct tag "choice" (staticcheck)
|
golangci-lint:
cmd/puku/puku.go#L49
SA5008: duplicate struct tag "choice" (staticcheck)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golangci-lint
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/
|
golangci-lint
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/
|
golangci-lint:
sync/sync.go#L47
exported: func name will be used as sync.SyncToStdout by other packages, and that stutters; consider calling this ToStdout (revive)
|
golangci-lint:
migrate/migrate.go#L53
exported: func name will be used as migrate.MigrateToStdout by other packages, and that stutters; consider calling this ToStdout (revive)
|
golangci-lint:
generate/generate.go#L90
unused-parameter: parameter 'err' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
cmd/puku/puku.go#L74
unused-parameter: parameter 'conf' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
cmd/puku/puku.go#L81
unused-parameter: parameter 'conf' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
cmd/puku/puku.go#L94
unused-parameter: parameter 'conf' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading