Skip to content

Commit

Permalink
Remove broken sniff, replace with Spryker one.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 19, 2021
1 parent 17d0556 commit 3e8b4dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 127 deletions.
124 changes: 0 additions & 124 deletions PSR2R/Sniffs/Commenting/DocBlockParamAllowDefaultValueSniff.php

This file was deleted.

1 change: 1 addition & 0 deletions PSR2R/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<rule ref="Spryker.Commenting.DocBlockStructure"/>
<rule ref="Spryker.Commenting.DocBlockReturnNullableType"/>
<rule ref="Spryker.Commenting.DocBlockReturnNull"/>
<rule ref="Spryker.Commenting.DocBlockParamAllowDefaultValue"/>
<rule ref="Spryker.Commenting.InlineDocBlock"/>
<rule ref="Spryker.Commenting.Attributes"/>

Expand Down
6 changes: 3 additions & 3 deletions docs/sniffs.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PSR2 (6 sniffs)
- PSR2.Namespaces.NamespaceDeclaration
- PSR2.Namespaces.UseDeclaration

PSR2R (46 sniffs)
PSR2R (45 sniffs)
-----------------
- PSR2R.Classes.BraceOnSameLine
- PSR2R.Classes.InterfaceName
Expand All @@ -68,7 +68,6 @@ PSR2R (46 sniffs)
- PSR2R.Commenting.DocBlockEnding
- PSR2R.Commenting.DocBlockNoEmpty
- PSR2R.Commenting.DocBlockParam
- PSR2R.Commenting.DocBlockParamAllowDefaultValue
- PSR2R.Commenting.DocBlockParamArray
- PSR2R.Commenting.DocBlockParamNoOp
- PSR2R.Commenting.DocBlockParamNotJustNull
Expand Down Expand Up @@ -150,7 +149,7 @@ SlevomatCodingStandard (40 sniffs)
- SlevomatCodingStandard.Variables.DuplicateAssignmentToVariable
- SlevomatCodingStandard.Whitespaces.DuplicateSpaces

Spryker (37 sniffs)
Spryker (38 sniffs)
-------------------
- Spryker.Classes.ClassFileName
- Spryker.Classes.MethodArgumentDefaultValue
Expand All @@ -164,6 +163,7 @@ Spryker (37 sniffs)
- Spryker.Commenting.DocBlockConst
- Spryker.Commenting.DocBlockConstructor
- Spryker.Commenting.DocBlockNoInlineAlignment
- Spryker.Commenting.DocBlockParamAllowDefaultValue
- Spryker.Commenting.DocBlockPipeSpacing
- Spryker.Commenting.DocBlockReturnNull
- Spryker.Commenting.DocBlockReturnNullableType
Expand Down

0 comments on commit 3e8b4dd

Please sign in to comment.