FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DataValues/phpcs.xml at master · reedy/DataValues · GitHub
reedy
/
DataValues
Public
forked from
DataValues/DataValues
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
DataValues
/
phpcs.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (27 loc) · 1.16 KB
Breadcrumbs
DataValues
/
phpcs.xml
Copy path
File metadata and controls
31 lines (27 loc) · 1.16 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
<?
xml
version
=
"
1.0
"
?>
<
ruleset
name
=
"
DataValuesDataValues
"
>
<
file
>src/</
file
>
<
file
>tests/</
file
>
<
rule
ref
=
"
Generic.Files.LineLength
"
>
<
exclude
name
=
"
Generic.Files.LineLength.TooLong
"
/>
</
rule
>
<
rule
ref
=
"
Generic.Formatting.NoSpaceAfterCast
"
/>
<
rule
ref
=
"
Generic.Metrics.CyclomaticComplexity
"
/>
<
rule
ref
=
"
Generic.Metrics.NestingLevel
"
/>
<
rule
ref
=
"
Squiz.Operators.ValidLogicalOperators
"
/>
<
rule
ref
=
"
PSR1.Classes.ClassDeclaration.MissingNamespace
"
>
<
exclude-pattern
>src/interfaces/</
exclude-pattern
>
</
rule
>
<
rule
ref
=
"
PSR1.Files.SideEffects
"
>
<
exclude-pattern
>DataValues</
exclude-pattern
>
</
rule
>
<
rule
ref
=
"
./vendor/mediawiki/mediawiki-codesniffer/MediaWiki
"
>
<
exclude
name
=
"
MediaWiki.Commenting
"
/>
<
exclude
name
=
"
MediaWiki.PHPUnit
"
/>
<
exclude
name
=
"
MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment
"
/>
<
exclude
name
=
"
MediaWiki.WhiteSpace.DisallowEmptyLineFunctions.NoEmptyLine
"
/>
<
exclude
name
=
"
MediaWiki.WhiteSpace.SpaceAfterClosure.NoWhitespaceAfterClosure
"
/>
<
exclude
name
=
"
MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
"
/>
<
exclude
name
=
"
MediaWiki.ControlStructures.IfElseStructure.SpaceBeforeElse
"
/>
</
rule
>
</
ruleset
>
Back
|
FazBrowse Home
|
New Git URL