Skip to content

Detect undeclared dependencies #15

@fgm

Description

@fgm

Custom modules frequently uses code from other custom modules without declaring its dependency, assuming both are always deployed.

This check attempts to detect such missing dependencies.

In its first versions it will not attempt to be exhaustive, but just identify (a) function calls (b) in module files (c) calling functions (d) in other module files. Later versions could track OO code and/or check availability with the autoloader.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions