Skip to content

Commit

Permalink
phpcs: remove invalid excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Aug 25, 2021
1 parent de122ad commit 65670fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<rule ref="Generic.PHP.DisallowAlternativePHPTags"/>
<rule ref="Generic.PHP.DisallowShortOpenTag"/>
<rule ref="Generic.PHP.ForbiddenFunctions">
<exclude-pattern>src/preload.php</exclude-pattern>
<properties>
<property
name="forbiddenFunctions"
Expand Down Expand Up @@ -342,9 +341,7 @@
<property name="searchAnnotations" value="true"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.PartialUse">
<exclude-pattern>config/bundles.php</exclude-pattern>
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.PartialUse"/>
<rule ref="SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator" />
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators" />
<rule ref="SlevomatCodingStandard.Operators.SpreadOperatorSpacing" />
Expand Down

0 comments on commit 65670fc

Please sign in to comment.