Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a command for cloud-build #540

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Merge branch 'master' into cloud-build

4dfdd1a
Select commit
Loading
Failed to load commit list.
Open

Add a command for cloud-build #540

Merge branch 'master' into cloud-build
4dfdd1a
Select commit
Loading
Failed to load commit list.
HM Linter / hmlinter failed Oct 17, 2024 in 1m 54s

hmlinter checks failed

3 errors

Request details

  • GitHub Event ID: 47500c80-8c77-11ef-8dee-3ffa048c89d3
  • API Gateway ID: f20e26d1-3ed1-4f81-9983-59dffcae749c
  • Lambda ID: ab8e6d1d-6fa5-4d9f-ad32-2df298fa7d22
  • Log Stream: 2024/10/17/[$LATEST]48f3b19d37e944a09a01f30fdee43f63

Annotations

Check failure on line 1085 in inc/composer/class-command.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/composer/class-command.php#L1085

Missing parameter comment
Raw output
{
  "line": 1085,
  "column": 8,
  "severity": "error",
  "message": "Missing parameter comment",
  "source": "Squiz.Commenting.FunctionComment.MissingParamComment"
}

Check failure on line 1086 in inc/composer/class-command.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/composer/class-command.php#L1086

Missing parameter comment
Raw output
{
  "line": 1086,
  "column": 8,
  "severity": "error",
  "message": "Missing parameter comment",
  "source": "Squiz.Commenting.FunctionComment.MissingParamComment"
}

Check failure on line 1087 in inc/composer/class-command.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/composer/class-command.php#L1087

Function return type is void, but function contains return statement
Raw output
{
  "line": 1087,
  "column": 8,
  "severity": "error",
  "message": "Function return type is void, but function contains return statement",
  "source": "Squiz.Commenting.FunctionComment.InvalidReturnVoid"
}