Skip to content

chore: fix JavaScript lint errors (issue #10722)#10727

Closed
travisbreaks wants to merge 1 commit intostdlib-js:developfrom
travisbreaks:fix/issue-10722
Closed

chore: fix JavaScript lint errors (issue #10722)#10727
travisbreaks wants to merge 1 commit intostdlib-js:developfrom
travisbreaks:fix/issue-10722

Conversation

@travisbreaks
Copy link
Copy Markdown
Contributor

Description

Fixes the 40 bracket spacing lint errors reported in issue #10722.

Changes

  • lib/node_modules/@stdlib/blas/base/srotm/test/test.ndarray.js: Remove spaces between opening/closing parentheses and nested array expressions in multiline Float32Array constructors. Changes new Float32Array( [\n...\n] ); to new Float32Array([\n...\n]); to satisfy the stdlib/eol-open-bracket-spacing and stdlib/line-closing-bracket-spacing lint rules (20 occurrences, 40 total errors fixed).

Related Issues

Resolves #10722


Co-authored-by: Egger egger@horny-toad.com

Remove spaces between opening/closing parentheses and nested array expressions in multiline Float32Array constructors to satisfy stdlib/eol-open-bracket-spacing and stdlib/line-closing-bracket-spacing lint rules.

Co-authored-by: Egger <egger@horny-toad.com>
@stdlib-bot stdlib-bot added BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Mar 6, 2026
@stdlib-bot
Copy link
Copy Markdown
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:

  1. Please read our contributing guidelines.

  2. Update your pull request description to include this checked box:

    - [x] Read, understood, and followed the [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md)

This acknowledgment confirms that you've read the guidelines, which include:

  • The developer's certificate of origin
  • Your agreement to license your contributions under the project's terms

We can't review or accept contributions without this acknowledgment.

Thank you for your understanding and cooperation. We look forward to reviewing your contribution!

@stdlib-bot stdlib-bot added the Potential Duplicate There might be another pull request resolving the same issue. label Mar 6, 2026
@Planeshifter
Copy link
Copy Markdown
Member

Resolved via #10723.

@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). 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. Potential Duplicate There might be another pull request resolving the same issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

3 participants