Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0: Replace the WordPress.WhiteSpace.DisallowInlineTabs sniff #1912

Merged
merged 1 commit into from
Jul 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WordPress-Core/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</rule>

<!-- Covers rule: ... while spaces can be used mid-line for alignment. -->
<rule ref="WordPress.WhiteSpace.DisallowInlineTabs"/>
<rule ref="Universal.WhiteSpace.DisallowInlineTabs"/>

<!-- Implied through the examples: align the assignment operator in a block of assignments. -->
<rule ref="Generic.Formatting.MultipleStatementAlignment">
Expand Down
25 changes: 0 additions & 25 deletions WordPress/Docs/WhiteSpace/DisallowInlineTabsStandard.xml

This file was deleted.

104 changes: 0 additions & 104 deletions WordPress/Sniffs/WhiteSpace/DisallowInlineTabsSniff.php

This file was deleted.

39 changes: 0 additions & 39 deletions WordPress/Tests/WhiteSpace/DisallowInlineTabsUnitTest.inc

This file was deleted.

39 changes: 0 additions & 39 deletions WordPress/Tests/WhiteSpace/DisallowInlineTabsUnitTest.inc.fixed

This file was deleted.

73 changes: 0 additions & 73 deletions WordPress/Tests/WhiteSpace/DisallowInlineTabsUnitTest.php

This file was deleted.