-
## What problem does this address?
Code like `sprintf( 'Rotated at %d%% degrees', 90 )` is totally fine, yet the `valid-sprintf` rule currently flags this.
The PHP counterpart does not flag th…
-
I think a lot of people would benefit from integrating your drupal-mode work into php-mode, so I wanted to talk to you about how to do that. I would like to refactor the way php-mode currently applie…
ejmr updated
11 years ago
-
every `do_action` and `apply_filters` should be documented.
-
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 `develo…
-
-
## Blueprints library – version 0.1 for early adopters
- Feature completeness
- wp-blueprints CLI tool to prove it works natively
- Command to execute a Blueprint
- Command to turn Blueprin…
-
> [Run test after each commit. Cover as much of the plugin as possible, including any hooks that extensions rely on.](https://github.com/slimndap/wp-theatre/issues/319)
I'm unsure about the existing …
-
Add Lint checks to enforce some accessibility standards. We may be able to reuse the [WordPress-Lint-Android project](https://github.com/wordpress-mobile/WordPress-Lint-Android/) and just copy the lin…
-
How much does this ESLint config differ from [`eslint-config-wordpress`](https://github.com/WordPress-Coding-Standards/eslint-config-wordpress/blob/master/index.js), the ESLint config used by WP core,…
-
**Is your feature request related to a problem? Please describe.**
Currently the users are required to configure their standard manually, dealing with decisions that make it hard to go from `composer…