annotate vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/ruleset.xml @ 0:4c8ae668cc8c
Initial import (non-working)
author |
Chris Cannam |
date |
Wed, 29 Nov 2017 16:09:58 +0000 |
parents |
|
children |
|
rev |
line source |
Chris@0
|
1 <?xml version="1.0"?>
|
Chris@0
|
2 <ruleset name="MySource">
|
Chris@0
|
3 <description>The MySource coding standard builds on the Squiz coding standard. Currently used for MySource Mini development.</description>
|
Chris@0
|
4
|
Chris@0
|
5 <exclude-pattern>*/Tests/*</exclude-pattern>
|
Chris@0
|
6 <exclude-pattern>*/Oven/*</exclude-pattern>
|
Chris@0
|
7 <exclude-pattern>*/data/*</exclude-pattern>
|
Chris@0
|
8 <exclude-pattern>*/jquery.js</exclude-pattern>
|
Chris@0
|
9 <exclude-pattern>*/jquery.*.js</exclude-pattern>
|
Chris@0
|
10 <exclude-pattern>*/viper/*</exclude-pattern>
|
Chris@0
|
11 <exclude-pattern>DALConf.inc</exclude-pattern>
|
Chris@0
|
12
|
Chris@0
|
13 <!-- Include the whole Squiz standard except FunctionComment, which we override -->
|
Chris@0
|
14 <rule ref="Squiz">
|
Chris@0
|
15 <exclude name="Squiz.Commenting.FunctionComment"/>
|
Chris@0
|
16 </rule>
|
Chris@0
|
17
|
Chris@0
|
18 </ruleset>
|