Skip to content

Ignore Class / Module References in Comments #68

@sprankhub

Description

@sprankhub

When I currently mention a class name or a module in an XML comment, the checker will report a missing dependency. However, since this is only inside a comment (to describe some code), it is not really a dependency. Could we ignore class / module references in comments?

Example 1:

<!-- Fix for compatibility with Vendor_Module::Sth -->

Example 2:

<!-- Fix for compatibility with Vendor\Module\Some\Class -->

I did not check if this also happens inside PHP comments.

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