Loading phpcs.xml.dist +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,11 @@ <description>Default PHP CodeSniffer configuration for Scheduler.</description> <file>.</file> <!-- Temporary fix until drupal.org testbot script is changed. This is also compatible with running phpcs locally, and on Travis, so can be committed. See https://www.drupal.org/project/drupalci_testbot/issues/3283978 --> <config name="installed_paths" value="../../drupal/coder/coder_sniffer/,../../sirbrillig/phpcs-variable-analysis/,../../slevomat/coding-standard/"/> <!-- Initially include all Drupal and DrupalPractice sniffs. --> <rule ref="Drupal"/> <rule ref="DrupalPractice"/> Loading Loading
phpcs.xml.dist +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,11 @@ <description>Default PHP CodeSniffer configuration for Scheduler.</description> <file>.</file> <!-- Temporary fix until drupal.org testbot script is changed. This is also compatible with running phpcs locally, and on Travis, so can be committed. See https://www.drupal.org/project/drupalci_testbot/issues/3283978 --> <config name="installed_paths" value="../../drupal/coder/coder_sniffer/,../../sirbrillig/phpcs-variable-analysis/,../../slevomat/coding-standard/"/> <!-- Initially include all Drupal and DrupalPractice sniffs. --> <rule ref="Drupal"/> <rule ref="DrupalPractice"/> Loading