-
WP 5.5 added [lazy loading for images](https://make.wordpress.org/core/2020/07/14/lazy-loading-images-in-5-5/) and WP 5.7 added [lazy-loading for iframes](https://make.wordpress.org/core/2021/02/19/la…
-
I've set (in the `ruleset.xml` of used PHP_CodeSniffer standard) that some sniffs needs to be excluded based on filename. It appears though that the way how PHP_CodeSniffer is invoked on the Scrutiniz…
-
In #1048 the discussion started, if it was somehow possible to check the code style offline. This would speed up the development process: in case of online checks, the potential error-prone code needs…
-
An ongoing "scary" issue with the compatibility checker is the false positives from plugins that safely use deprecated code (see the entire whitelist of plugins). But plugin authors can clear their co…
-
When setting up a new theme there are some common PHPStan things that come up and should be fixed.
-
I like the idea of allowing some variables only in some files. Other linteres have a `/* global */` special comment, where you can define variables which are passed into the file:
https://eslint.org/…
rvock updated
3 years ago
-
The links pointing to php.net used in comments and in the user interface should be changed to:
### Links without sub-domain (http://php.net)
- Use https://
- Use www as sub-domain
- Don't have a…
-
If the action is added to a repo without the proper files / config in place, then the error messaging is pretty cryptic when it fails.
This will happen if the repo is missing a phpunit config o…
-
C:\Users\Ritesh\AppData\Roaming\Composer\vendor\bin\phpcs.bat --report=json -q --encoding=UTF-8 --error-severity=5 --warning-severity=5 --stdin-path=D:\consent.hitechos\framework\view.php - returns a …
-
In https://github.com/WPTRT/WPThemeReview/blob/develop/WPThemeReview/Sniffs/PluginTerritory/ForbiddenFunctionsSniff.php
The sniff for regestering blocks is too strict.
The existing sniff is for …