Skip to content

Expand linting workflow to check for PSR-4/PSR-0 autoloading compliance #844

@DannyvdSluijs

Description

@DannyvdSluijs

In the linting workflow we should add a check to see if all our classes are conforming to the PRS-4/PSR-0 autoloading rules.

This can be done with a simple step in our workflow

      - name: Validate conforming class autoloading
        run: composer dump-autoload --optimize --strict-psr --strict-ambiguous

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