Skip to content

Commit

Permalink
Remove temporary phpcs configuration for whitespace (#240)
Browse files Browse the repository at this point in the history
Closes #239
  • Loading branch information
IanDelMar authored Sep 30, 2024
1 parent f50fd7e commit 3f573bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"phpdocumentor/reflection-docblock": "^5.4.1",
"phpstan/phpstan": "^1.10.49",
"phpunit/phpunit": "^9.5",
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.0",
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.1.1",
"wp-coding-standards/wpcs": "3.1.0 as 2.3.0"
},
"suggest": {
Expand Down
7 changes: 0 additions & 7 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
<exclude name="PEAR.Commenting.FileComment"/>
</rule>

<rule ref="Squiz.WhiteSpace.FunctionSpacing">
<properties>
<property name="spacingBeforeFirst" value="0"/>
<property name="spacingAfterLast" value="0"/>
</properties>
</rule>

<!-- Rules not applied to tests -->
<rule ref="SlevomatCodingStandard.Functions.FunctionLength.FunctionLength">
<exclude-pattern>tests/TypeInferenceTest.php</exclude-pattern>
Expand Down

0 comments on commit 3f573bb

Please sign in to comment.