- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml.dist
More file actions
Latest commit
27 lines (24 loc) · 706 Bytes
/
Copy pathphpcs.xml.dist
File metadata and controls
27 lines (24 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<rulesetname="plook">
<description>The plook coding standard.</description>
<file>examples</file>
<file>src</file>
<file>tests</file>
<file>rector.php</file>
<!-- Start here -->
<argname="basepath"value="."/>
<!-- Only .php -->
<argname="extensions"value="php"/>
<!-- 10 parallel -->
<argname="parallel"value="10"/>
<!-- User cache dir -->
<argname="cache"value=".phpcs-cache"/>
<!-- Show colors -->
<argname="colors"/>
<!-- Show progress -->
<argvalue="p"/>
<!-- Show sniff names -->
<argvalue="s"/>
<ruleref="Brainbits"/>
<ruleref="Generic.Commenting.Todo.TaskFound" />
</ruleset>