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

Move Elasticsearch containers to Search module #723

Draft
wants to merge 2 commits into
base: composable-containers
Choose a base branch
from

Update Elasticsearch docs for new config

ff559c4
Select commit
Loading
Failed to load commit list.
Draft

Move Elasticsearch containers to Search module #723

Update Elasticsearch docs for new config
ff559c4
Select commit
Loading
Failed to load commit list.
HM Linter / hmlinter failed Aug 21, 2024 in 1m 53s

hmlinter checks failed

6 errors

Request details

  • GitHub Event ID: 3c481420-5f6f-11ef-9298-e1ed8c383668
  • API Gateway ID: c2c5eaa4-4b09-421d-b1f1-3bd5ed6ad621
  • Lambda ID: e8078a49-87b6-4e91-b0a9-0249152bc2a6
  • Log Stream: 2024/08/21/[$LATEST]260d09f911714e4ea1f420002b24b559

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 794 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#L794

Missing short description in doc comment
Raw output
{
  "line": 794,
  "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"
}