wp-cli / dist-archive-command

Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore file
https://developer.wordpress.org/cli/commands/dist-archive/
MIT License
48 stars 24 forks source link

Implement CS checking based on the `WP_CLI_CS` ruleset #39

Closed sagarnasit closed 5 years ago

sagarnasit commented 5 years ago

Add a PHPCS ruleset using the new WP_CLI_CS standard.

Fixes #38

related https://github.com/wp-cli/wp-cli/issues/5179

sagarnasit commented 5 years ago

This repo does not contain .distignore. should I add it in this PR or do it via separate issue?

swissspidy commented 5 years ago

@sagarnasit Thanks for your contribution! 🎉

Note that a .distignore ignore file is not needed here. That file is only really useful for plugins and themes, not WP-CLI commands like this one.