Skip to content

Commit

Permalink
Removal of several rules. (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Rick Prent <[email protected]>
  • Loading branch information
rickprent and Rick Prent authored Dec 11, 2023
1 parent 76140e3 commit 3d57901
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Hostnet/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

<rule ref="Generic.Formatting.MultipleStatementAlignment">
<properties>
<property name="ignoreMultiLine" value="true"/>
<property name="error" value="true"/>
</properties>
</rule>
Expand Down Expand Up @@ -169,9 +168,7 @@
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
<exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes.IncorrectWhitespaceBeforeDeclare"/>
<properties>
<property name="newlinesCountBetweenOpenTagAndDeclare" value="1"/>
<property name="spacesCountAroundEqualsSign" value="0"/>
<property name="newlinesCountAfterDeclare" value="2"/>
</properties>
</rule>

Expand Down

0 comments on commit 3d57901

Please sign in to comment.