Skip to content

chore: fix EditorConfig lint errors (issue #10943)#11103

Closed
fahimlisl wants to merge 1 commit intostdlib-js:developfrom
fahimlisl:fix/editorconfig-10943
Closed

chore: fix EditorConfig lint errors (issue #10943)#11103
fahimlisl wants to merge 1 commit intostdlib-js:developfrom
fahimlisl:fix/editorconfig-10943

Conversation

@fahimlisl
Copy link
Copy Markdown

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

@stdlib-bot stdlib-bot added Statistics Issue or pull request related to statistical functionality. First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review. labels Mar 23, 2026
@github-actions github-actions bot mentioned this pull request Mar 23, 2026
@kgryte
Copy link
Copy Markdown
Member

kgryte commented Mar 25, 2026

Ref: #10947

@kgryte kgryte added autoclose: Already Resolved Pull request which should be auto-closed due proposed changes duplicating already included changes. and removed Needs Review A pull request which needs code review. labels Mar 25, 2026
@stdlib-bot
Copy link
Copy Markdown
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.

@stdlib-bot stdlib-bot closed this Mar 25, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

Coverage Report

No coverage information available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autoclose: Already Resolved Pull request which should be auto-closed due proposed changes duplicating already included changes. First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue. Statistics Issue or pull request related to statistical functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix EditorConfig lint errors

3 participants