This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Markdown linting: Fix MD010 (hard tabs) errors and enable rule #5558
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#5245: Hard tabs. Folder: guides/architecture
#5245: Hard tabs. Folder: guides/b2b
…andards #5245: Hard tabs. Folder: guides/coding-standars
#5245: Hard tabs. Folder: guides/сomp-mgr
…dev-guide #5245: Hard tabs. Folder: guides/frontend-dev-guide
…yleguide #5245: Hard tabs. Folder: guides/design-styleguide
#5245: Hard tabs. Folder: guides/config-guide
#5245: Hard tabs. Folder: guides/howdoi
Fixed MD010 errors in UI Components and JS Dev Guides
Fixed MD010 errors
Merge remote-tracking branch 'upstream/master' into hard-tabs-guides-cloud # Conflicts: # guides/v2.2/cloud/cdn/cloud-fastly-custom-response.md # guides/v2.2/cloud/cdn/configure-fastly.md # guides/v2.2/cloud/cdn/fastly-vcl-wordpress.md # guides/v2.2/cloud/requirements/cloud-requirements.md # guides/v2.3/cloud/requirements/cloud-requirements.md # guides/v2.3/cloud/setup/first-time-deploy.md
#5245: Hard tabs. Folder: guides/cloud
Final fixes for MD010
dshevtsov
approved these changes
Oct 3, 2019
running tests |
when I search for regex |
Yeah, I'm not sure how that happened. I'm fixing them now. I also need to enable the rule. |
running tests |
running tests |
Hi @jeff-matthews, thank you for your contribution! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Editorial
Typo and grammar fixes or minor rewrites to correct inaccuracies
Internal Dev
Differentiates work between community and Magento staff
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This pull request (PR) fixes all MD010 (hard tabs) errors and enables the rule on production.
All the changes in this PR come from PRs that were reviewed, approved, and merged with the
db_hardtabs_integration
branch.Fixes #5245