forked from Automattic/stream-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
21 lines (16 loc) · 684 Bytes
/
Copy pathphpcs.xml
File metadata and controls
21 lines (16 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<ruleset name="Tumblr">
<description>Tumblr StreamBuilder Coding Standard</description>
<!-- See: extras/phpcs/TumblrApp/ruleset.xml for the full rule list -->
<rule ref="extras/phpcs/TumblrApp"/>
<arg name="extensions" value="php,tpl" />
<arg name="colors" />
<arg name="encoding" value="utf-8" />
<arg name="report-width" value="auto" />
<arg name="filter" value="./extras/phpcs/TumblrApp/Filter.php" />
<arg value="p"/>
<arg name="extensions" value="php" />
<ini name="memory_limit" value="256M" />
<exclude-pattern>./extras/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
</ruleset>