Mercurial > hg > cmmr2012-drupal-site
diff vendor/squizlabs/php_codesniffer/CONTRIBUTING.md @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
line wrap: on
line diff
--- a/vendor/squizlabs/php_codesniffer/CONTRIBUTING.md Thu Feb 28 11:14:44 2019 +0000 +++ b/vendor/squizlabs/php_codesniffer/CONTRIBUTING.md Thu Feb 28 13:11:55 2019 +0000 @@ -4,10 +4,10 @@ Before you contribute code to PHP\_CodeSniffer, please make sure it conforms to the PHPCS coding standard and that the PHP\_CodeSniffer unit tests still pass. The easiest way to contribute is to work on a checkout of the repository, or your own fork, rather than an installed PEAR version. If you do this, you can run the following commands to check if everything is ready to submit: cd PHP_CodeSniffer - php scripts/phpcs + php bin/phpcs -Which should give you no output, indicating that there are no coding standard errors. And then: +Which should display no coding standard errors. And then: phpunit -Which should give you no failures or errors. You can ignore any skipped tests as these are for external tools. \ No newline at end of file +Which should give you no failures or errors. You can ignore any skipped tests as these are for external tools.