Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Support the new VIP coding standards project #286

@MattGeri

Description

@MattGeri

WP Dev Lib currently supports the outdated WordPress-VIP coding standards ruleset that will no longer be supported as of WPCS 2.0.0. Currently, when we pull the WPCS project, we checkout the develop branch which is the beta of 2.0.0 and thus, builds fail when trying to use the WordPress-VIP rules.

The solution is to incorporate https://github.com/Automattic/VIP-Coding-Standards/, but a decision needs to be made on how to include those rules. Should we always install them? Should we selectively include them based on the specified rules of the current project? That would be the most obvious, but is more complex as we would need to parse the rules file in the check-diff.sh script.

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