Skip to content

lint: formatting in data-machine (63) #864

@homeboy-ci

Description

@homeboy-ci

Lint: formatting

Component: data-machine
Count: 63 findings
Last run: https://github.com/Extra-Chill/data-machine/actions/runs/23498272453
Updated: 2026-03-24T15:53:53Z
Homeboy: homeboy 0.86.1+cc415873 | Action: Extra-Chill/homeboy-action@v2

Findings

File Description Suggestion
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 13 spaces but found 5 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 14 spaces but found 6 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 13 spaces but found 12 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 7 spaces but found 6 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 6 spaces but found 7 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 4 spaces but found 5 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 2 spaces but found 3 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 4 spaces but found 5 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 2 spaces but found 4 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 1 space but found 3 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 6 spaces but found 7 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/migrations.php Equals sign not aligned with surrounding assignments; expected 6 spaces but found 7 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Core/Database/Logs/LogRepository.php Equals sign not aligned correctly; expected 1 space but found 8 spaces (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
inc/Abilities/Email/EmailAbilities.php Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Abilities/Email/EmailAbilities.php Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Core/Auth/AgentAuthorize.php Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Core/Auth/AgentAuthorize.php Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Core/Admin/FlowFormatter.php Equals sign not aligned with surrounding assignments; expected 12 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Core/Steps/Update/UpdateStep.php The closing brace for the class must go on the next line after the body (PSR2.Classes.ClassDeclaration.CloseBraceAfterBody)
inc/Api/Auth.php Equals sign not aligned with surrounding assignments; expected 2 spaces but found 3 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Api/Auth.php Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/Flows/FlowsCommand.php Equals sign not aligned correctly; expected 1 space but found 2 spaces (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
inc/Cli/Commands/Flows/FlowsCommand.php Equals sign not aligned with surrounding assignments; expected 8 spaces but found 7 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/Flows/FlowsCommand.php Equals sign not aligned with surrounding assignments; expected 4 spaces but found 3 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/Flows/FlowsCommand.php Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/Flows/FlowsCommand.php Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/Flows/FlowsCommand.php Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/Flows/FlowsCommand.php Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/Flows/FlowsCommand.php Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Engine/AI/Directives/DailyMemorySelectorDirective.php Increment operators should be used where possible; found "$files_added += 1;" but expected "++$files_added" (Squiz.Operators.IncrementDecrementUsage.Found)
inc/Cli/Commands/ProcessedItemsCommand.php String "flow_step_id LIKE %s" does not require double quotes; use single quotes instead (Squiz.Strings.DoubleQuoteUsage.NotRequired)
inc/Cli/Commands/AgentsCommand.php Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/TestCommand.php Equals sign not aligned with surrounding assignments; expected 6 spaces but found 5 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/TestCommand.php Equals sign not aligned with surrounding assignments; expected 5 spaces but found 4 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/TestCommand.php Equals sign not aligned with surrounding assignments; expected 7 spaces but found 6 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/TestCommand.php Equals sign not aligned with surrounding assignments; expected 13 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/TestCommand.php Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Engine/AI/System/SystemAgentServiceProvider.php Equals sign not aligned with surrounding assignments; expected 4 spaces but found 12 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Engine/AI/System/SystemAgentServiceProvider.php Equals sign not aligned with surrounding assignments; expected 2 spaces but found 10 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Engine/AI/System/SystemAgentServiceProvider.php Equals sign not aligned with surrounding assignments; expected 1 space but found 9 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/RetentionCommand.php Equals sign not aligned with surrounding assignments; expected 6 spaces but found 7 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/RetentionCommand.php Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/RetentionCommand.php Equals sign not aligned with surrounding assignments; expected 5 spaces but found 4 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/RetentionCommand.php Equals sign not aligned with surrounding assignments; expected 3 spaces but found 2 spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
inc/Cli/Commands/RetentionCommand.php Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)

Showing 50 of 63 findings. Run homeboy lint data-machine locally for the full list.


Updated automatically by Homeboy Action on each CI run until resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    lintAutomated lint findings from CI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions