Skip to content

Make the validator compatible with re-included export-ignore directives #70

@raphaelstolt

Description

@raphaelstolt

The validator should also be able to validate the following negated export-ignore directives.

# Default: nothing is included in the `composer archive` of the package.

* export-ignore

# Re-include only the files that actually belong to the distributed package below. 

# Top-level metadata.
composer.json    -export-ignore
LICENSE.md       -export-ignore

# Source code, packaged resources and CLI entry point.
/src             -export-ignore
/src/**          -export-ignore
/resources       -export-ignore
/resources/**    -export-ignore
/bin             -export-ignore
/bin/**          -export-ignore

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions