WordPress / plugin-check-action

Test your WordPress plugin with Plugin Check
Apache License 2.0
69 stars 4 forks source link

boils down to PHPCS #89

Closed szepeviktor closed 6 months ago

szepeviktor commented 6 months ago

@swissspidy Could it be that

swissspidy commented 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.

szepeviktor commented 6 months ago

Thank you for your answer! Could you give me two examples?

swissspidy commented 6 months ago

and other types of manual checks

and does some more tests

szepeviktor commented 6 months ago

Thank you.