Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is recommended you set up your IDE to style check using code sniffe. The Rogo ruleset is located at:

...

sniffer.

And example of how to set this up in PhpStorm is available here. Things you will need you will need to know:

Config ItemLocation
rule settesting/codesniffer/Rogo/ruleset.xml
code sniffervendor/squizlabs/php_codesniffer/bin/phpcs
code beautifiervendor/squizlabs/php_codesniffer/bin/phpcbf


The auto test environment uses code sniffer to ensure the code base meets the required coding standard.

...