chore: fix EditorConfig lint errors (issue #10943)#11000
Open
Sumithraju wants to merge 2 commits intostdlib-js:developfrom
Open
chore: fix EditorConfig lint errors (issue #10943)#11000Sumithraju wants to merge 2 commits intostdlib-js:developfrom
Sumithraju wants to merge 2 commits intostdlib-js:developfrom
Conversation
Replace space-based indentation with tabs in example file to comply with project EditorConfig standards. All indentation now uses tabs for consistency with stdlib coding conventions. Fixes stdlib-js#10943 Co-Authored-By: Sumithra Raju <sumithravenkataramanan@gmail.com>
Contributor
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
…ples Replace `new Array( 100 )` with `arr = []` and `arr.push()` to comply with stdlib/no-new-array linting rule. ES5-compatible solution. Ref: stdlib-js#10943
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.
Summary
Replace space-based indentation with tab-based indentation in example file comment blocks to comply with project EditorConfig standards. The change maintains identical code behavior while ensuring consistent formatting.
Fixes #10943
Description
This pull request addresses EditorConfig linting errors by replacing space-based indentation with proper tab-based indentation in the wilcoxon examples file. The project's EditorConfig configuration requires tab indentation for consistency.
Changes Made
lib/node_modules/@stdlib/stats/wilcoxon/examples/index.jsType of Change
Testing
No functional changes required testing. Comments are documentation only and do not affect code execution.
AI Assistance
AI Disclosure
"This PR was authored with AI assistance. AI identified the EditorConfig indentation violations, implemented systematic tab-based indentation replacement across all affected lines, and verified compliance with stdlib formatting standards. The proposed change maintains identical functionality and follows all contribution guidelines."
Checklist