-
Hi,
For me one of the most import Coding Standards is to NOT use deprecated code in my Joomla extensions. Some IDE's have build in support where they read the classes / methods docblocks for the @dep…
-
[Implement sniff] Look for list of php file functions using WordPress.Functions.FunctionRestrictionsSniff
#### Rule type:
Error
#### Rule:
> Use WordPress functionality and features first, if availa…
-
## Issue Description
The top part of the page (when printed) overlaps the coding standards documentation. For those of us who print stuff, it's helpful to have a clean look. This document is specific…
-
Since WordPress offers support for PHP >= 7.0 so should we.
Tasks:
- [ ] choose and configure tools for static analysis,
- [ ] choose and configure a compatible linter,
- [ ] add an automated…
-
## What problem would the enhancement address for VIP?
Because the contents of `/wp-content/plugins` and `/wp-content/themes` are setup as `read-only` directories on the VIP Go platform, ad…
-
See https://core.trac.wordpress.org/ticket/39978
-
## What problem would the enhancement address for VIP?
There's a potential issue with using `target="_blank"` and not using `rel="noopener"` or `rel="noreferrer"`.
See: https://web.dev/external-anc…
-
It looks like the new files are written to PSR-2, which is nice, but for BP core, we need them to match the WordPress code standards.
-
As per #8 please consider following when implementing linting system.
* WordPress coding standard as written [here](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards). This a…
-
We're looking to use this plugin on VIP Go, and after Automattic/VIP review, there are several places where the code needs to be updated to conform to their standards.
A subsequent PR will provide …