Skip to content

audit: dead guard in data-machine-events (2) #213

@homeboy-ci

Description

@homeboy-ci

Audit: dead guard

Component: data-machine-events
Count: 2 findings
Last run: https://github.com/Extra-Chill/data-machine-events/actions/runs/25452880350
Updated: 2026-05-06T18:15:18Z
Homeboy: homeboy 0.157.1+e1f629a | Action: Extra-Chill/homeboy-action@v2

Findings

File Description Suggestion
inc/Blocks/Calendar/render.php Dead guard on line 22: defined('REST_REQUEST') — symbol is guaranteed to exist at runtime Remove the defined('REST_REQUEST') guard; the symbol is guaranteed by plugin requirements, composer.json, or the plugin bootstrap
inc/Blocks/EventsMap/render.php Dead guard on line 25: defined('REST_REQUEST') — symbol is guaranteed to exist at runtime Remove the defined('REST_REQUEST') guard; the symbol is guaranteed by plugin requirements, composer.json, or the plugin bootstrap

Autofix status

❌ No fixer available for dead_guard


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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions