FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
formatphp/phpcs.xml.dist at main · formatphp/formatphp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
formatphp
/
formatphp
Public
forked from
Skillshare/formatphp
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
formatphp
/
phpcs.xml.dist
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (20 loc) · 1.09 KB
Breadcrumbs
formatphp
/
phpcs.xml.dist
Copy path
File metadata and controls
26 lines (20 loc) · 1.09 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
<?
xml
version
=
"
1.0
"
?>
<
ruleset
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
noNamespaceSchemaLocation
=
"
vendor/squizlabs/php_codesniffer/phpcs.xsd
"
>
<
arg
name
=
"
extensions
"
value
=
"
php
"
/>
<
arg
name
=
"
colors
"
/>
<
arg
value
=
"
sp
"
/>
<
file
>./src</
file
>
<
file
>./tests</
file
>
<
exclude-pattern
>*/tests/fixtures/*</
exclude-pattern
>
<
exclude-pattern
>*/tests/*/fixtures/*</
exclude-pattern
>
<
rule
ref
=
"
Ramsey
"
>
<
exclude
name
=
"
SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming
"
/>
<
exclude
name
=
"
SlevomatCodingStandard.Classes.SuperfluousErrorNaming
"
/>
<
exclude
name
=
"
SlevomatCodingStandard.Classes.SuperfluousExceptionNaming
"
/>
<
exclude
name
=
"
SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming
"
/>
<
exclude
name
=
"
SlevomatCodingStandard.Classes.SuperfluousTraitNaming
"
/>
<!--
Ignore this for PHP 7.4
-->
<
exclude
name
=
"
SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration
"
/>
<
exclude
name
=
"
SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
"
/>
</
rule
>
</
ruleset
>
Back
|
FazBrowse Home
|
New Git URL