Skip to content

chore: fix JavaScript lint errors#12678

Merged
kgryte merged 1 commit into
stdlib-js:developfrom
titanniya542-spec:chore/fix-js-lint-12305
Jun 7, 2026
Merged

chore: fix JavaScript lint errors#12678
kgryte merged 1 commit into
stdlib-js:developfrom
titanniya542-spec:chore/fix-js-lint-12305

Conversation

@titanniya542-spec
Copy link
Copy Markdown
Contributor

Description

Removed extra blank lines between require statements in the dtrsv and dspr tests to satisfy the JavaScript lint rule.

Related Issues

Resolves #12305

Checklist

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

This PR was authored with assistance from AI.

@titanniya542-spec titanniya542-spec requested a review from a team June 7, 2026 13:25
@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 Jun 7, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
blas/base/dspr $\color{green}381/381$
$\color{green}+100.00\%$
$\color{green}44/44$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}381/381$
$\color{green}+100.00\%$
blas/base/dtrsv $\color{green}480/480$
$\color{green}+100.00\%$
$\color{green}81/81$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}480/480$
$\color{green}+100.00\%$

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

@kgryte kgryte added difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. review: 5 and removed Needs Review A pull request which needs code review. labels Jun 7, 2026
@kgryte kgryte changed the title chore: fix JavaScript lint errors (issue #12305) chore: fix JavaScript lint errors Jun 7, 2026
@kgryte kgryte merged commit 32b7db2 into stdlib-js:develop Jun 7, 2026
102 checks passed
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). difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Good First PR A pull request resolving a Good First Issue. review: 5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

3 participants