Slide 19
Slide 19 text
Running the checks
vendor/bin> phpcs
./path/to/plugin-root/
--standard=WP-QA-Basic
--report-full --report-source --report-summary
--basepath=./path/to/plugin-root/
--runtime-set testVersion 5.6-
--runtime-set minimum_supported_wp_version 4.5
--ignore=./path/to/plugin-root/tests/
--runtime-set text_domain plugin-slug
--runtime-set prefixes plugin_prefix,plugin_acronym
WP-QA-Strict