]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/phpcs.xml.dist
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / phpcs.xml.dist
CommitLineData
f67539c2
TL
1<?xml version="1.0"?>
2<ruleset name="Apache_Thrift">
3 <description>The coding standard for thrift.</description>
4
5 <file>lib/php/lib</file>
6 <file>lib/php/test</file>
7 <exclude-pattern>lib/php/test/packages/*</exclude-pattern>
8
9 <arg name="basepath" value="."/>
10 <arg name="colors" />
11 <arg name="parallel" value="4" />
12
13 <rule ref="PSR2">
14 <exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
15 <exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
16 </rule>
17
18 <rule ref="PSR1.Files.SideEffects">
19 <exclude-pattern>lib/php/test/*</exclude-pattern>
20 </rule>
21 <rule ref="Generic.Files.LineLength">
22 <exclude-pattern>lib/php/test/*</exclude-pattern>
23 </rule>
24
25</ruleset>