wp-cli / profile-command

Quickly identify what's slow with WordPress
MIT License
271 stars 29 forks source link

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

Closed BhargavBhandari90 closed 4 years ago

BhargavBhandari90 commented 5 years ago

Add a PHPCS ruleset using the new WP_CLI_CS standard.

Fixes https://github.com/wp-cli/profile-command/issues/156

Related https://github.com/wp-cli/wp-cli/issues/5201

BhargavBhandari90 commented 5 years ago

Added phpcs ignore for some lines because I was not sure about those lines for now. Let me know what to do for those lines.