Skip to content

Commit

Permalink
feat(slevomat): disable rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jan 18, 2023
1 parent 762b3ee commit efaac92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CodeatCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,8 @@
<property name="maxLinesLength" value="260"/>
</properties>
</rule>

<rule ref="SlevomatCodingStandard">
<exclude name="PSR12.Classes.ClassInstantiation.MissingParentheses" />
</rule>
</ruleset>

0 comments on commit efaac92

Please sign in to comment.