Skip to content

Commit

Permalink
chore: add third-party sniffs
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrommen committed Jul 24, 2024
1 parent 34173b3 commit be677e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Inpsyde/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
Slevomat
See https://github.com/slevomat/coding-standard
-->
<rule ref="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace">
<type>warning</type>
</rule>
<rule ref="SlevomatCodingStandard.Functions.ArrowFunctionDeclaration">
<type>warning</type>
<properties>
Expand All @@ -131,6 +134,7 @@
<property name="spacesCountAroundEqualsSign" type="integer" value="0"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint" />
<rule ref="SlevomatCodingStandard.Whitespaces.DuplicateSpaces">
<type>warning</type>
<properties>
Expand Down Expand Up @@ -169,6 +173,9 @@
</rule>
<rule ref="Generic.WhiteSpace.LanguageConstructSpacing"/>
<rule ref="Generic.WhiteSpace.SpreadOperatorSpacingAfter"/>
<rule ref="Squiz.Arrays.ArrayBracketSpacing">
<type>warning</type>
</rule>
<rule ref="Squiz.Classes.LowercaseClassKeywords"/>
<rule ref="Squiz.PHP.CommentedOutCode">
<properties>
Expand Down

0 comments on commit be677e2

Please sign in to comment.