Skip to content

Commit ab41be9

Browse files
authored
Merge pull request #1596 from WordPress-Coding-Standards/feature/wpcs2.0.0-remove-alias-file
WPCS 2.0.0: Remove the PHPCSAliases file
2 parents e73a10e + 595da31 commit ab41be9

File tree

4 files changed

+0
-52
lines changed

4 files changed

+0
-52
lines changed

WordPress-Core/ruleset.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
<description>Non-controversial generally-agreed upon WordPress Coding Standards</description>
55

6-
<autoload>./../WordPress/PHPCSAliases.php</autoload>
7-
86
<!-- Default tab width for indentation fixes and such. -->
97
<arg name="tab-width" value="4"/>
108

WordPress-Extra/ruleset.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
<description>Best practices beyond core WordPress Coding Standards</description>
55

6-
<autoload>./../WordPress/PHPCSAliases.php</autoload>
7-
86
<rule ref="WordPress-Core"/>
97

108
<!-- Generic PHP best practices.

WordPress/PHPCSAliases.php

Lines changed: 0 additions & 46 deletions
This file was deleted.

WordPress/ruleset.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
<description>WordPress Coding Standards</description>
55

6-
<autoload>./PHPCSAliases.php</autoload>
7-
86
<rule ref="WordPress-Core"/>
97
<rule ref="WordPress-Docs"/>
108
<rule ref="WordPress-Extra"/>

0 commit comments

Comments
 (0)