FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
coding-sdk-php/phpmd.xml at main · coding/coding-sdk-php · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
coding
/
coding-sdk-php
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
10
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
coding-sdk-php
/
phpmd.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (25 loc) · 1.01 KB
Breadcrumbs
coding-sdk-php
/
phpmd.xml
Copy path
File metadata and controls
29 lines (25 loc) · 1.01 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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
pmd
>
<
exclude-pattern
>/vendor/</
exclude-pattern
>
<
rule
ref
=
"
rulesets/cleancode.xml
"
>
<
exclude
name
=
"
StaticAccess
"
/>
</
rule
>
<
rule
ref
=
"
rulesets/codesize.xml
"
/>
<
rule
ref
=
"
rulesets/controversial.xml
"
/>
<
rule
ref
=
"
rulesets/design.xml
"
/>
<
rule
ref
=
"
rulesets/naming.xml
"
>
<
exclude
name
=
"
ShortVariable
"
/>
</
rule
>
<
rule
ref
=
"
rulesets/naming.xml/ShortVariable
"
since
=
"
0.2
"
message
=
"
Avoid variables with short names like {0}. Configured minimum length is {1}.
"
class
=
"
PHPMD\Rule\Naming\ShortVariable
"
externalInfoUrl
=
"
http://phpmd.org/rules/naming.html#shortvariable
"
>
<
priority
>3</
priority
>
<
properties
>
<
property
name
=
"
minimum
"
description
=
"
Minimum length for a variable, property or parameter name
"
value
=
"
3
"
/>
<
property
name
=
"
exceptions
"
value
=
"
id,q,w,i,j,k,v,e,f,fp
"
/>
</
properties
>
</
rule
>
<
rule
ref
=
"
rulesets/unusedcode.xml
"
/>
</
pmd
>
Back
|
FazBrowse Home
|
New Git URL