Skip to content

Fix release lint formatting#361

Merged
chubes4 merged 1 commit into
mainfrom
fix/homeboy-lint-release-0-4
Jun 22, 2026
Merged

Fix release lint formatting#361
chubes4 merged 1 commit into
mainfrom
fix/homeboy-lint-release-0-4

Conversation

@chubes4

@chubes4 chubes4 commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix PHPCS formatting issues blocking the Homeboy release lint gate.
  • Keep changes limited to spacing/alignment and array formatting.

Testing

  • Running PHP linting...
    PHP compatibility target: 8.1-
    Validating with PHPCS...
    PHPCS linting passed

No JavaScript files found, skipping ESLint.

Running PHPStan static analysis...
PHPStan PHP version target: 8.1 (80100)

PHPStan analysis passed

Linting passed
{
"success": true,
"data": {
"component": "agents-api",
"exit_code": 0,
"findings": [],
"hints": [
"For targeted linting: --file , --glob , --changed-only, or --changed-since ",
"Full options: homeboy docs commands/lint",
"Save lint baseline: homeboy lint agents-api --baseline"
],
"passed": true,
"phase": {
"exit_code": 0,
"phase": "lint",
"status": "passed",
"summary": "lint phase passed with no findings"
},
"producer_summaries": [
{
"finding_count": 0,
"metadata": {
"exit_code": 0,
"source_sidecar": "lint-producers",
"source_sidecar_path": "/home/chubes/.config/homeboy/runtime/tmp/homeboy-run-e42f8c87-b271-4ecb-ad62-20edd9daaa45-1782164269632111741/lint-producers.json"
},
"source": {
"kind": "sidecar",
"label": "lint-producers",
"path": "/home/chubes/.config/homeboy/runtime/tmp/homeboy-run-e42f8c87-b271-4ecb-ad62-20edd9daaa45-1782164269632111741/lint-producers.json"
},
"status": "passed",
"step": "phpcs",
"tool": "phpcs"
},
{
"finding_count": 0,
"metadata": {
"exit_code": 0,
"source_sidecar": "lint-producers",
"source_sidecar_path": "/home/chubes/.config/homeboy/runtime/tmp/homeboy-run-e42f8c87-b271-4ecb-ad62-20edd9daaa45-1782164269632111741/lint-producers.json"
},
"source": {
"kind": "sidecar",
"label": "lint-producers",
"path": "/home/chubes/.config/homeboy/runtime/tmp/homeboy-run-e42f8c87-b271-4ecb-ad62-20edd9daaa45-1782164269632111741/lint-producers.json"
},
"status": "passed",
"step": "eslint",
"tool": "eslint"
},
{
"finding_count": 0,
"metadata": {
"exit_code": 0,
"phpstan_component_config": "/home/chubes/Developer/_lab_workspaces/agents-api-fix-homeboy-lint-release-0-4-28ba9cff2340-382a5fe8-8274-4471-8916-8eb4f331a29c-1782164261957668000/phpstan.neon.dist",
"phpstan_config": "/home/chubes/Developer/.tmp/phpstan-dependencies.AMlG8i.neon",
"phpstan_config_source": "component-local",
"phpstan_level": "config",
"phpstan_level_source": "component-local",
"source_sidecar": "lint-producers",
"source_sidecar_path": "/home/chubes/.config/homeboy/runtime/tmp/homeboy-run-e42f8c87-b271-4ecb-ad62-20edd9daaa45-1782164269632111741/lint-producers.json"
},
"source": {
"kind": "sidecar",
"label": "lint-producers",
"path": "/home/chubes/.config/homeboy/runtime/tmp/homeboy-run-e42f8c87-b271-4ecb-ad62-20edd9daaa45-1782164269632111741/lint-producers.json"
},
"status": "passed",
"step": "phpstan",
"tool": "phpstan"
}
],
"status": "passed"
}
}

AI assistance

  • AI assistance: Yes
  • Tool(s): openai/gpt-5.5 via OpenCode
  • Used for: Applied release lint cleanup, verification, and PR preparation.

@chubes4 chubes4 merged commit 10b5fcb into main Jun 22, 2026
2 checks passed
@chubes4 chubes4 deleted the fix/homeboy-lint-release-0-4 branch June 22, 2026 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant