This repository was archived by the owner on Mar 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <ruleset name =" Coding Standards" >
2
+ <ruleset name =" Laravel Standards" >
3
3
4
4
<!--
5
5
The name attribute of the ruleset tag is displayed
8
8
except in this file, so it can contain information for
9
9
developers who may change this file in the future.
10
10
-->
11
- <description >Coding Standards</description >
11
+ <description >The Laravel Coding Standards</description >
12
12
13
13
<!--
14
14
If no files or directories are specified on the command line
19
19
on the command line will ignore all file tags.
20
20
-->
21
21
<file >src</file >
22
- <file >config</file >
23
22
<file >tests</file >
24
23
25
24
<!--
45
44
The following tags are equivalent to the command line arguments:
46
45
-p
47
46
-->
48
- <arg name =" standard" value =" PSR2" />
49
47
<arg name =" report" value =" full" />
50
48
<arg name =" colors" />
51
49
<arg value =" p" />
55
53
The following tag sets the memory limit to 64M.
56
54
-->
57
55
<ini name =" memory_limit" value =" 128M" />
56
+
57
+ <!--
58
+ Include all sniffs in the PEAR standard. Note that the
59
+ path to the standard does not have to be specified as the
60
+ PEAR standard exists inside the PHP_CodeSniffer install
61
+ directory.
62
+ -->
63
+ <rule ref =" PSR2" >
64
+ <exclude name =" Generic.Files.LineLength" />
65
+ </rule >
58
66
</ruleset >
You can’t perform that action at this time.
0 commit comments