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 ability to modify docker-compose configuration #722

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

Add documentation for specifying containers

b3eb74e
Select commit
Loading
Failed to load commit list.
Open

Add ability to modify docker-compose configuration #722

Add documentation for specifying containers
b3eb74e
Select commit
Loading
Failed to load commit list.
HM Linter / hmlinter failed Aug 20, 2024 in 1m 56s

hmlinter checks failed

6 errors

Request details

  • GitHub Event ID: 2b2054e0-5eb7-11ef-9c4e-a1e4fa03a091
  • API Gateway ID: ad65e2e8-373a-4eaf-9443-c6147510cf15
  • Lambda ID: 877685d1-1ef2-43a8-b471-e364e71bb63f
  • Log Stream: 2024/08/20/[$LATEST]8fb653b440af4ff7ab811e3a29c0388e

Annotations

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

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/composer/class-command.php#L34

Missing @var tag in member variable comment
Raw output
{
  "line": 34,
  "column": 6,
  "severity": "error",
  "message": "Missing @var tag in member variable comment",
  "source": "Squiz.Commenting.VariableComment.MissingVar"
}

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

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/composer/class-command.php#L35

PHP syntax error: syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)
Raw output
{
  "line": 35,
  "column": 1,
  "severity": "error",
  "message": "PHP syntax error: syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)",
  "source": "Generic.PHP.Syntax.PHPSyntax"
}

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

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/composer/class-command.php#L149

Inline comments must end in full-stops, exclamation marks, or question marks
Raw output
{
  "line": 149,
  "column": 9,
  "severity": "error",
  "message": "Inline comments must end in full-stops, exclamation marks, or question marks",
  "source": "Squiz.Commenting.InlineComment.InvalidEndChar"
}

Check failure on line 76 in inc/composer/class-docker-compose-generator.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/composer/class-docker-compose-generator.php#L76

Missing @var tag in member variable comment
Raw output
{
  "line": 76,
  "column": 6,
  "severity": "error",
  "message": "Missing @var tag in member variable comment",
  "source": "Squiz.Commenting.VariableComment.MissingVar"
}

Check failure on line 936 in inc/composer/class-docker-compose-generator.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/composer/class-docker-compose-generator.php#L936

Missing short description in doc comment
Raw output
{
  "line": 936,
  "column": 17,
  "severity": "error",
  "message": "Missing short description in doc comment",
  "source": "Generic.Commenting.DocComment.MissingShort"
}

Check failure on line 1 in inc/composer/class-compose-extension.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/composer/class-compose-extension.php#L1

Missing file doc comment
Raw output
{
  "line": 1,
  "column": 1,
  "severity": "error",
  "message": "Missing file doc comment",
  "source": "Squiz.Commenting.FileComment.Missing"
}