Skip to content

Commit

Permalink
Updated phpcs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
divineniiquaye committed Apr 10, 2022
1 parent eba6ce6 commit 9cc41ab
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,7 @@
<!-- Include full PSR-12 Coding Standard -->
<rule ref="PSR12"/>

<rule ref="Squiz.Functions.MultiLineFunctionDeclaration.FirstParamSpacing">
<exclude-pattern>*/tests/Fixtures/Annotation/Attribute/GlobalDefaultsClass.php</exclude-pattern>
</rule>

<rule ref="PSR2.Classes.PropertyDeclaration.SpacingAfterType">
<exclude-pattern>*/tests/Fixtures/Annotation/Attribute/GlobalDefaultsClass.php</exclude-pattern>
</rule>

<rule ref="PSR2.Classes.PropertyDeclaration.ScopeMissing">
<exclude-pattern>*/tests/Fixtures/Annotation/Attribute/GlobalDefaultsClass.php</exclude-pattern>
</rule>

<rule ref="PSR12.Files.FileHeader.IncorrectOrder">
<exclude-pattern>*/tests/Fixtures/Sample.php</exclude-pattern>
</rule>

<rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
<exclude-pattern>*/src/Locate/*_.php</exclude-pattern>
<rule ref="PSR2.Classes.PropertyDeclaration.Multiple">
<exclude-pattern>/src/AnnotationLoader.php</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 9cc41ab

Please sign in to comment.