-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
lintAutomated lint findings from CIAutomated lint findings from CI
Description
Lint: formatting
Component: data-machine
Count: 5 findings
Last run: https://github.com/Extra-Chill/data-machine/actions/runs/23420959708
Updated: 2026-03-23T04:48:03Z
Homeboy: homeboy 0.85.3+3a91e4a3 | Action: Extra-Chill/homeboy-action@v2
Findings
| File | Description | Suggestion |
|---|---|---|
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/Engine/AI/System/Tasks/DailyMemoryTask.php |
String "{{activity_section}}" does not require double quotes; use single quotes instead (Squiz.Strings.DoubleQuoteUsage.NotRequired) | |
inc/Engine/AI/System/Tasks/DailyMemoryTask.php |
String "{{memory_content}}" does not require double quotes; use single quotes instead (Squiz.Strings.DoubleQuoteUsage.NotRequired) | |
inc/Engine/AI/System/Tasks/ImageOptimizationTask.php |
The namespace declaration must follow the file-level docblock in the file header (PSR12.Files.FileHeader.IncorrectOrder) | |
inc/Abilities/LogAbilities.php |
The use of count() inside a loop condition is not allowed; assign the return value to a variable and use the variable in the loop condition instead (Squiz.PHP.DisallowSizeFunctionsInLoops.Found) |
Updated automatically by Homeboy Action on each CI run until resolved.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lintAutomated lint findings from CIAutomated lint findings from CI