Mercurial > hg > cmmr2012-drupal-site
comparison vendor/squizlabs/php_codesniffer/phpcs.xml.dist @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | a9cd425dd02b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 <?xml version="1.0"?> | |
2 <ruleset name="PHP_CodeSniffer"> | |
3 <description>The coding standard for PHP_CodeSniffer itself.</description> | |
4 | |
5 <file>CodeSniffer.php</file> | |
6 <file>CodeSniffer</file> | |
7 <file>scripts</file> | |
8 | |
9 <exclude-pattern>*/Tests/*</exclude-pattern> | |
10 | |
11 <arg value="np"/> | |
12 | |
13 <rule ref="PHPCS"/> | |
14 </ruleset> |