Closed szepeviktor closed 6 months ago
Hehe almost! :)
There are two types of checks:
Plugin developers are of course encouraged to use PHPCS/WPCS in their development workflow, as usual. Plugin Check is then a small addition to that.
Hope that explains it.
FWIW the current setup isn't ideal, for example the core functionality should be extracted into a WP-CLI command or so (see https://github.com/WordPress/plugin-check/issues/153). And there are still many more runtime checks that have yet to be added. I recommend filing any suggestions on the main Plugin Check repo.
Thank you for your answer! Could you give me two examples?
and other types of manual checks
localhost
or 127.0.0.1
in the codeUpdate URI
header or similar to download stuff from other placesand does some more tests
Thank you.
@swissspidy Could it be that