annotate vendor/squizlabs/php_codesniffer/src/Standards/MySource/ruleset.xml @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
rev   line source
Chris@4 1 <?xml version="1.0"?>
Chris@4 2 <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="MySource" xsi:noNamespaceSchemaLocation="../../../phpcs.xsd">
Chris@4 3 <description>The MySource coding standard builds on the Squiz coding standard. Currently used for MySource Mini development.</description>
Chris@4 4
Chris@4 5 <exclude-pattern>*/Tests/*</exclude-pattern>
Chris@4 6 <exclude-pattern>*/Oven/*</exclude-pattern>
Chris@4 7 <exclude-pattern>*/data/*</exclude-pattern>
Chris@4 8 <exclude-pattern>*/jquery.js</exclude-pattern>
Chris@4 9 <exclude-pattern>*/jquery.*.js</exclude-pattern>
Chris@4 10 <exclude-pattern>*/viper/*</exclude-pattern>
Chris@4 11 <exclude-pattern>DALConf.inc</exclude-pattern>
Chris@4 12
Chris@4 13 <!-- Include the whole Squiz standard except FunctionComment, which we override -->
Chris@4 14 <rule ref="Squiz">
Chris@4 15 <exclude name="Squiz.Commenting.FunctionComment"/>
Chris@4 16 </rule>
Chris@4 17
Chris@4 18 </ruleset>