Closed
Description
C Linting Failures
Linting failures were detected in the automated lint workflow run.
Workflow Details
- Run: https://.com/stdlib-js/stdlib/actions/runs/15720592243
- Type: C Linting
- Date: 2025-06-18 00:15:17 UTC
Error Details
lib/node_modules/@stdlib/ndarray/base/min-view-buffer-index/benchmark/c/benchmark.c:99:10: style: Variable 'shape' can be declared as const array [constVariable]
int64_t shape[] = { 10, 10, 10 };
^
Pull Request Instructions
- Please use the following PR title format:
"chore: fix C lint errors (issue #<ISSUE_NUMBER>)". - Reference this issue in the "Related Issues" section of the PR body as "resolves #<ISSUE_NUMBER>".