chore: fix EditorConfig lint errors (issue #10943)#11103
Closed
fahimlisl wants to merge 1 commit intostdlib-js:developfrom
Closed
chore: fix EditorConfig lint errors (issue #10943)#11103fahimlisl wants to merge 1 commit intostdlib-js:developfrom
fahimlisl wants to merge 1 commit intostdlib-js:developfrom
Conversation
Member
|
Ref: #10947 |
Contributor
|
Thank you for working on this pull request. However, we cannot accept your contribution as the issue this pull request seeks to resolve has already been addressed in a different pull request or commit. Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
Contributor
Coverage ReportNo coverage information available. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related Issues
resolves #10943
Description
Fixed EditorConfig lint errors in
lib/node_modules/@stdlib/stats/wilcoxon/examples/index.js.The two multi-line comment blocks were using spaces for indentation instead of tabs, violating the project's EditorConfig rules. Replaced all leading spaces with tabs on the affected lines (41, 43, 45-46, 48, 57, 59, 61-62, 64).
Checklist