FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
BookStack/phpcs.xml at development · ucoding/BookStack · GitHub
ucoding
/
BookStack
Public
forked from
BookStackApp/BookStack
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
BookStack
/
phpcs.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (27 loc) · 1.02 KB
Breadcrumbs
BookStack
/
phpcs.xml
Copy path
File metadata and controls
35 lines (27 loc) · 1.02 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
<?
xml
version
=
"
1.0
"
?>
<
ruleset
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
name
=
"
PHP_CodeSniffer
"
xsi
:
noNamespaceSchemaLocation
=
"
phpcs.xsd
"
>
<
description
>The coding standard for BookStack</
description
>
<
file
>app</
file
>
<
file
>bootstrap/app.php</
file
>
<
file
>database</
file
>
<
file
>public/index.php</
file
>
<
file
>routes</
file
>
<
file
>tests</
file
>
<
arg
name
=
"
basepath
"
value
=
"
.
"
/>
<
arg
name
=
"
colors
"
/>
<
arg
name
=
"
parallel
"
value
=
"
75
"
/>
<
arg
value
=
"
np
"
/>
<
rule
ref
=
"
PSR12
"
/>
<
rule
ref
=
"
PSR1.Methods.CamelCapsMethodName
"
>
<
exclude-pattern
>./tests/*</
exclude-pattern
>
</
rule
>
<
rule
ref
=
"
PSR1.Classes.ClassDeclaration.MultipleClasses
"
>
<
exclude-pattern
>./tests/*</
exclude-pattern
>
</
rule
>
<
rule
ref
=
"
PSR1.Classes.ClassDeclaration.MissingNamespace
"
>
<
exclude-pattern
>./database/*</
exclude-pattern
>
</
rule
>
<
rule
ref
=
"
PSR12.Files.FileHeader.IncorrectOrder
"
>
<
exclude-pattern
>./app/Config/*</
exclude-pattern
>
</
rule
>
</
ruleset
>
Back
|
FazBrowse Home
|
New Git URL