friendship ended with social-app. php is my new best friend
1<?xml version="1.0" encoding="UTF-8"?>
2<ruleset
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:noNamespaceSchemaLocation="./vendor/squizlabs/php_codesniffer/phpcs.xsd"
5 name="pcsg-generated-ruleset">
6 <description>
7 Created with the PHP Coding Standard Generator.
8 http://edorian.github.io/php-coding-standard-generator/
9 </description>
10 <arg name="colors" />
11 <arg name="tab-width" value="4" />
12 <rule ref="PSR1">
13 <exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" />
14 </rule>
15 <rule ref="PSR12" />
16 <rule ref="Generic">
17 <exclude name="Generic.PHP.ClosingPHPTag.NotFound" />
18 <exclude name="Generic.PHP.UpperCaseConstant.Found" />
19 <exclude name="Generic.Arrays.DisallowShortArraySyntax.Found" />
20 <exclude name="Generic.Files.EndFileNoNewline.Found" />
21 <exclude name="Generic.Files.LowercasedFilename.NotFound" />
22 <exclude name="Generic.Commenting.DocComment.TagValueIndent" />
23 <exclude name="Generic.Classes.OpeningBraceSameLine.BraceOnNewLine" />
24 <exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed" />
25 <exclude name="Generic.Commenting.DocComment.ContentAfterOpen" />
26 <exclude name="Generic.Commenting.DocComment.ContentBeforeClose" />
27 <exclude name="Generic.Commenting.DocComment.MissingShort" />
28 <exclude name="Generic.Commenting.DocComment.SpacingBeforeShort" />
29 <exclude name="Generic.Formatting.NoSpaceAfterCast.SpaceFound" />
30 <exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine" />
31 <exclude name="Generic.Formatting.MultipleStatementAlignment.NotSameWarning" />
32 <exclude name="Generic.Functions.OpeningFunctionBraceBsdAllman.BraceOnSameLine" />
33 <exclude name="Generic.PHP.DisallowRequestSuperglobal.Found" />
34 <exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsedHeredocCloser" />
35 </rule>
36 <rule ref="Generic.Files.LineLength">
37 <properties>
38 <property name="ignoreComments" value="true" />
39 </properties>
40 </rule>
41 <rule ref="Generic.Formatting.SpaceAfterNot">
42 <properties>
43 <property name="spacing" value="0" />
44 </properties>
45 </rule>
46 <rule ref="Generic.WhiteSpace.ArbitraryParenthesesSpacing">
47 <properties>
48 <property name="ignoreNewlines" value="true" />
49 </properties>
50 </rule>
51 <file>flight/</file>
52 <file>tests/</file>
53 <exclude-pattern>tests/views/*</exclude-pattern>
54</ruleset>