FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
XoopsCore26/phpcs.xml.dist at master · XOOPS/XoopsCore26 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
XOOPS
/
XoopsCore26
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
78
Star
138
Code
Issues
47
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
XoopsCore26
/
phpcs.xml.dist
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (26 loc) · 947 Bytes
Breadcrumbs
XoopsCore26
/
phpcs.xml.dist
Copy path
File metadata and controls
35 lines (26 loc) · 947 Bytes
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
<?
xml
version
=
"
1.0
"
?>
<
ruleset
name
=
"
PSR2-XOOPS
"
>
<
description
>A modified PSR2 standard that loosens some rules for XoopsCore</
description
>
<!--
Include the whole PSR-2 standard
-->
<
rule
ref
=
"
PSR2
"
>
<!--
- Exclude mandatory namespace
- Exclude only one class per file
-->
<
exclude
name
=
"
PSR1.Classes.ClassDeclaration
"
/>
<
rule
ref
=
"
PSR1.Classes.ClassDeclaration.MultipleClasses
"
>
<
exclude-pattern
>*/tests/*</
exclude-pattern
>
</
rule
>
<
rule
ref
=
"
Squiz.Classes.ClassFileName.NoMatch
"
>
<
exclude-pattern
>*/tests/*</
exclude-pattern
>
</
rule
>
<!--
- Exclude camel caps methods - e.g. Controller::Form()
-->
<
exclude
name
=
"
PSR1.Methods.CamelCapsMethodName
"
/>
<!--
- Excludes camel caps classes - e.g. Page_Controller
-->
<
exclude
name
=
"
Squiz.Classes.ValidClassName
"
/>
</
rule
>
</
ruleset
>
Back
|
FazBrowse Home
|
New Git URL