Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F12944928
phpcs.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
phpcs.xml
View Options
<?xml version="1.0"?>
<ruleset
name=
"BitcoinABC Standard"
namespace=
"BitcoinABC\CS\Standard"
>
<description>
BitcoinABC PHP coding standard.
</description>
<rule
ref=
"Generic"
>
<exclude
name=
"Generic.Arrays.ArrayIndent"
/>
<exclude
name=
"Generic.Arrays.DisallowLongArraySyntax.Found"
/>
<exclude
name=
"Generic.Arrays.DisallowShortArraySyntax.Found"
/>
<exclude
name=
"Generic.CodeAnalysis.AssignmentInCondition.Found"
/>
<exclude
name=
"Generic.CodeAnalysis.UnusedFunctionParameter.Found"
/>
<exclude
name=
"Generic.CodeAnalysis.UnusedFunctionParameter.FoundInExtendedClassAfterLastUsed"
/>
<exclude
name=
"Generic.CodeAnalysis.UnusedFunctionParameter.FoundInExtendedClassBeforeLastUsed"
/>
<exclude
name=
"Generic.Commenting.DocComment.NonParamGroup"
/>
<exclude
name=
"Generic.Commenting.DocComment.ParamNotFirst"
/>
<exclude
name=
"Generic.Commenting.DocComment.SpacingBeforeTags"
/>
<exclude
name=
"Generic.Commenting.DocComment.TagValueIndent"
/>
<exclude
name=
"Generic.Commenting.Fixme.TaskFound"
/>
<exclude
name=
"Generic.Commenting.Todo.TaskFound"
/>
<exclude
name=
"Generic.Files.EndFileNoNewline.Found"
/>
<exclude
name=
"Generic.Files.LowercasedFilename"
/>
<exclude
name=
"Generic.Formatting.MultipleStatementAlignment"
/>
<exclude
name=
"Generic.Formatting.SpaceAfterCast.NoSpace"
/>
<exclude
name=
"Generic.Formatting.SpaceAfterNot"
/>
<exclude
name=
"Generic.Functions.OpeningFunctionBraceBsdAllman"
/>
<exclude
name=
"Generic.Metrics.CyclomaticComplexity.TooHigh"
/>
<exclude
name=
"Generic.NamingConventions.AbstractClassNamePrefix"
/>
<exclude
name=
"Generic.NamingConventions.InterfaceNameSuffix"
/>
<exclude
name=
"Generic.PHP.ClosingPHPTag"
/>
<exclude
name=
"Generic.PHP.NoSilencedErrors.Discouraged"
/>
<exclude
name=
"Generic.PHP.RequireStrictTypes.MissingDeclaration"
/>
<exclude
name=
"Generic.PHP.UpperCaseConstant"
/>
<exclude
name=
"Generic.WhiteSpace.DisallowSpaceIndent"
/>
</rule>
<rule
ref=
"Generic.NamingConventions.CamelCapsFunctionName"
>
<properties>
<property
name=
"strict"
value=
"false"
/>
</properties>
</rule>
<rule
ref=
"Generic.Strings.UnnecessaryStringConcat"
>
<properties>
<property
name=
"allowMultiline"
value=
"true"
/>
</properties>
</rule>
<rule
ref=
"Generic.WhiteSpace.ScopeIndent"
>
<properties>
<property
name=
"indent"
value=
"2"
/>
<property
name=
"exact"
value=
"true"
/>
<property
name=
"ignoreIndentationTokens"
type=
"array"
value=
"T_COMMENT, T_OBJECT_OPERATOR"
/>
</properties>
</rule>
<rule
ref=
"PSR2.Files.ClosingTag"
/>
</ruleset>
File Metadata
Details
Attached
Mime Type
text/xml
Expires
Fri, Feb 7, 16:18 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5082676
Default Alt Text
phpcs.xml (2 KB)
Attached To
rABC Bitcoin ABC
Event Timeline
Log In to Comment