Skip to content

chore: fix JavaScript lint errors (issue #11235)#11703

Open
bhumikasudarshani-cmd wants to merge 1 commit intostdlib-js:developfrom
bhumikasudarshani-cmd:fix/lint-dgemv-native
Open

chore: fix JavaScript lint errors (issue #11235)#11703
bhumikasudarshani-cmd wants to merge 1 commit intostdlib-js:developfrom
bhumikasudarshani-cmd:fix/lint-dgemv-native

Conversation

@bhumikasudarshani-cmd
Copy link
Copy Markdown
Contributor

Removed an unexpected empty line between require statements in
test.dgemv.native.js (line 42), which was causing the JavaScript
lint workflow to fail with stdlib/no-empty-lines-between-requires.

Resolves #11235

  • [x]Read, understood, and followed the [contributing guidelines][contributing].

@bhumikasudarshani-cmd bhumikasudarshani-cmd requested a review from a team April 21, 2026 20:08
@stdlib-bot stdlib-bot added BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Apr 21, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
blas/base/dgemv $\color{red}748/749$
$\color{green}+99.87%$
$\color{red}116/117$
$\color{green}+99.15%$
$\color{green}6/6$
$\color{green}+100.00%$
$\color{red}748/749$
$\color{green}+99.87%$

The above coverage report was generated for the changes in this PR.

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). Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

2 participants