FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lessphp/.phpcs.xml at master · shipcloud/lessphp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
shipcloud
/
lessphp
Public
forked from
leafo/lessphp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lessphp
/
.phpcs.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (40 loc) · 2.5 KB
Breadcrumbs
lessphp
/
.phpcs.xml
Copy path
File metadata and controls
40 lines (40 loc) · 2.5 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
28
29
30
31
32
33
34
35
36
37
38
39
40
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
ruleset
>
<
rule
ref
=
"
PSR2
"
>
<
exclude
name
=
"
Generic.ControlStructures.InlineControlStructure.NotAllowed
"
/>
<
exclude
name
=
"
Generic.Files.LineLength.TooLong
"
/>
<
exclude
name
=
"
Generic.WhiteSpace.ScopeIndent.Incorrect
"
/>
<
exclude
name
=
"
Generic.WhiteSpace.ScopeIndent.IncorrectExact
"
/>
<
exclude
name
=
"
PSR1.Classes.ClassDeclaration.MissingNamespace
"
/>
<
exclude
name
=
"
PSR1.Classes.ClassDeclaration.MultipleClasses
"
/>
<
exclude
name
=
"
PSR1.Files.SideEffects.FoundWithSymbols
"
/>
<
exclude
name
=
"
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
"
/>
<
exclude
name
=
"
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
"
/>
<
exclude
name
=
"
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
"
/>
<
exclude
name
=
"
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
"
/>
<
exclude
name
=
"
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
"
/>
<
exclude
name
=
"
PSR2.ControlStructures.SwitchDeclaration.BodyOnNextLineCASE
"
/>
<
exclude
name
=
"
PSR2.ControlStructures.SwitchDeclaration.BreakIndent
"
/>
<
exclude
name
=
"
PSR2.ControlStructures.SwitchDeclaration.BreakNotNewLine
"
/>
<
exclude
name
=
"
PSR2.ControlStructures.SwitchDeclaration.TerminatingComment
"
/>
<
exclude
name
=
"
PSR2.Methods.FunctionCallSignature.CloseBracketLine
"
/>
<
exclude
name
=
"
PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket
"
/>
<
exclude
name
=
"
PSR2.Methods.FunctionCallSignature.Indent
"
/>
<
exclude
name
=
"
PSR2.Methods.FunctionCallSignature.MultipleArguments
"
/>
<
exclude
name
=
"
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
"
/>
<
exclude
name
=
"
PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose
"
/>
<
exclude
name
=
"
Squiz.Classes.ValidClassName.NotCamelCaps
"
/>
<
exclude
name
=
"
Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace
"
/>
<
exclude
name
=
"
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpaceAfterDefault
"
/>
<
exclude
name
=
"
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpaceBeforeEquals
"
/>
<
exclude
name
=
"
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
"
/>
<
exclude
name
=
"
Squiz.Functions.MultiLineFunctionDeclaration.ContentAfterBrace
"
/>
<
exclude
name
=
"
Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction
"
/>
<
exclude
name
=
"
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
"
/>
<
exclude
name
=
"
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
"
/>
</
rule
>
<
file
>.</
file
>
<
arg
name
=
"
encoding
"
value
=
"
UTF-8
"
/>
<
arg
name
=
"
extensions
"
value
=
"
php
"
/>
<
exclude-pattern
>vendor</
exclude-pattern
>
</
ruleset
>
Back
|
FazBrowse Home
|
New Git URL