annotate vendor/squizlabs/php_codesniffer/src/Standards/MySource/ruleset.xml @ 19:fa3358dc1485 tip

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