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

Remove job level cavalcade metrics #940

Merged
merged 2 commits into from
Feb 24, 2025

Apply suggestions from code review

4c8d5f7
Select commit
Loading
Failed to load commit list.
Merged

Remove job level cavalcade metrics #940

Apply suggestions from code review
4c8d5f7
Select commit
Loading
Failed to load commit list.
HM Linter / hmlinter failed Feb 24, 2025 in 2m 40s

hmlinter checks failed

5 errors

Request details

  • GitHub Event ID: 287c34d0-f2d1-11ef-8301-1ece47ad4ef1
  • API Gateway ID: 284ee482-56ae-4a90-921f-020f062da577
  • Lambda ID: 82d9dbcd-baf5-4a46-bdc5-d31742524c72
  • Log Stream: 2025/02/24/[$LATEST]f83f63e7fa904b9bb08ffe1b4eecf6b1

Annotations

Check failure on line 35 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/session_handler/class-disallowed-session-handler.php#L35

PHP syntax error: syntax error, unexpected '|', expecting ';' or '{'
Raw output
{
  "line": 35,
  "column": 1,
  "severity": "error",
  "message": "PHP syntax error: syntax error, unexpected '|', expecting ';' or '{'",
  "source": "Generic.PHP.Syntax.PHPSyntax"
}

Check failure on line 35 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/session_handler/class-disallowed-session-handler.php#L35

Expected 1 space before "|"; 0 found
Raw output
{
  "line": 35,
  "column": 41,
  "severity": "error",
  "message": "Expected 1 space before \"|\"; 0 found",
  "source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore"
}

Check failure on line 35 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/session_handler/class-disallowed-session-handler.php#L35

Expected 1 space after "|"; 0 found
Raw output
{
  "line": 35,
  "column": 41,
  "severity": "error",
  "message": "Expected 1 space after \"|\"; 0 found",
  "source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter"
}

Check failure on line 46 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/session_handler/class-disallowed-session-handler.php#L46

Expected 1 space before "|"; 0 found
Raw output
{
  "line": 46,
  "column": 43,
  "severity": "error",
  "message": "Expected 1 space before \"|\"; 0 found",
  "source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore"
}

Check failure on line 46 in inc/session_handler/class-disallowed-session-handler.php

See this annotation in the file changed.

@hm-linter hm-linter / hmlinter

inc/session_handler/class-disallowed-session-handler.php#L46

Expected 1 space after "|"; 0 found
Raw output
{
  "line": 46,
  "column": 43,
  "severity": "error",
  "message": "Expected 1 space after \"|\"; 0 found",
  "source": "WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter"
}