Skip to content

Commit

Permalink
Merge pull request #4865 from derrabus/cs/obsolete-config
Browse files Browse the repository at this point in the history
Remove obsolete PHPCS config
  • Loading branch information
derrabus committed Oct 11, 2021
2 parents 9a1deb5 + f394282 commit 6322f1e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions phpcs.xml.dist
Expand Up @@ -34,11 +34,6 @@
<exclude name="Squiz.NamingConventions.ValidVariableName.PublicHasUnderscore"/>
</rule>

<rule ref="Generic.Classes.DuplicateClassName.Found">
<exclude-pattern>*/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php</exclude-pattern>
<exclude-pattern>*/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php</exclude-pattern>
</rule>

<rule ref="PSR2.Classes.PropertyDeclaration.Underscore">
<exclude-pattern>*/src/Configuration.php</exclude-pattern>
<exclude-pattern>*/src/Connection.php</exclude-pattern>
Expand All @@ -58,8 +53,6 @@
</rule>

<rule ref="PSR1.Classes.ClassDeclaration.MultipleClasses">
<exclude-pattern>*/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php</exclude-pattern>
<exclude-pattern>*/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
</rule>

Expand Down

0 comments on commit 6322f1e

Please sign in to comment.