Skip to content

Instantly share code, notes, and snippets.

@containerman17
Created August 30, 2024 11:12
Show Gist options
  • Save containerman17/833dd03bae1078c0a1c48acdf2885518 to your computer and use it in GitHub Desktop.
Save containerman17/833dd03bae1078c0a1c48acdf2885518 to your computer and use it in GitHub Desktop.
vscode ➜ /workspaces/hypersdk/examples/morpheusvm (main) $ ./scripts/lint.sh
Running 'golangci_lint gci' at: Fri Aug 30 11:11:28 AM UTC 2024
START: 'golangci_lint' at Fri Aug 30 11:11:28 AM UTC 2024
WARN [config_reader] The configuration option `run.skip-files` is deprecated, please use `issues.exclude-files`.
WARN The linter 'interfacer' is deprecated (since v1.38.0) due to: The repository of the linter has been archived by the owner.
WARN The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused.
ERRO [linters_context] interfacer: This linter is fully inactivated: it will not produce any reports.
ERRO [linters_context] structcheck: This linter is fully inactivated: it will not produce any reports.
cmd/morpheus-cli/cmd/prometheus.go:20:31: unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
RunE: func(_ *cobra.Command, args []string) error {
^
cmd/morpheus-cli/cmd/chain.go:40:31: unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
RunE: func(_ *cobra.Command, args []string) error {
^
FAIL: 'golangci_lint' failed at Fri Aug 30 11:11:40 AM UTC 2024
vscode ➜ /workspaces/hypersdk/examples/morpheusvm (main) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment