FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
database/phpcs.xml at master · selective-php/database · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Nov 26, 2022. It is now read-only.
selective-php
/
database
Public archive
Notifications
You must be signed in to change notification settings
Fork
4
Star
23
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
database
/
phpcs.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
56 lines (51 loc) · 1.85 KB
Breadcrumbs
database
/
phpcs.xml
Copy path
File metadata and controls
56 lines (51 loc) · 1.85 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?
xml
version
=
"
1.0
"
?>
<
ruleset
name
=
"
Coding Standard
"
>
<
arg
name
=
"
basepath
"
value
=
"
.
"
/>
<
arg
name
=
"
colors
"
/>
<
arg
value
=
"
sp
"
/>
<
config
name
=
"
ignore_warnings_on_exit
"
value
=
"
1
"
/>
<
file
>./src</
file
>
<
file
>./tests</
file
>
<
rule
ref
=
"
PSR2
"
></
rule
>
<
rule
ref
=
"
PSR12
"
></
rule
>
<
rule
ref
=
"
PSR2
"
>
<
exclude
name
=
"
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
"
/>
</
rule
>
<
rule
ref
=
"
PSR12
"
>
<
exclude
name
=
"
PSR12.Files.DeclareStatement.SpaceFoundAfterDirective
"
/>
<
exclude
name
=
"
PSR12.Files.DeclareStatement.SpaceFoundBeforeDirectiveValue
"
/>
<
exclude
name
=
"
PSR12.Files.FileHeader.SpacingAfterBlock
"
/>
</
rule
>
<
rule
ref
=
"
Squiz.Commenting.ClassComment
"
>
<
exclude
name
=
"
Squiz.Commenting.ClassComment.TagNotAllowed
"
/>
<
type
>warning</
type
>
<
exclude-pattern
>*/tests/</
exclude-pattern
>
</
rule
>
<
rule
ref
=
"
Squiz.Commenting.ClassComment.Missing
"
>
<
type
>warning</
type
>
</
rule
>
<
rule
ref
=
"
Squiz.Commenting.FunctionComment.Missing
"
>
<
type
>warning</
type
>
<
exclude-pattern
>*/config/</
exclude-pattern
>
</
rule
>
<
rule
ref
=
"
Squiz.Commenting.FunctionComment.MissingParamTag
"
>
<
type
>warning</
type
>
</
rule
>
<
rule
ref
=
"
Squiz.Commenting.FunctionComment.MissingParamComment
"
>
<
type
>warning</
type
>
</
rule
>
<
rule
ref
=
"
Squiz.Commenting.FunctionComment.ParamCommentNotCapital
"
>
<
type
>warning</
type
>
</
rule
>
<
rule
ref
=
"
Generic.Metrics.CyclomaticComplexity
"
>
<
properties
>
<
property
name
=
"
absoluteComplexity
"
value
=
"
50
"
/>
</
properties
>
</
rule
>
<
rule
ref
=
"
Generic.Metrics.NestingLevel
"
>
<
properties
>
<
property
name
=
"
nestingLevel
"
value
=
"
2
"
/>
<
property
name
=
"
absoluteNestingLevel
"
value
=
"
4
"
/>
</
properties
>
</
rule
>
</
ruleset
>
Back
|
FazBrowse Home
|
New Git URL