Linting failures were detected in the automated lint workflow run.
lib/node_modules/@stdlib/ndarray/base/assert/is-single-segment-compatible/benchmark/c/benchmark.c:100:10: style: Variable 'shape' can be declared as const array [constVariable]
int64_t shape[] = { 10, 10, 10 };
^
lib/node_modules/@stdlib/ndarray/base/assert/is-single-segment-compatible/benchmark/c/benchmark.c:101:10: style: Variable 'strides' can be declared as const array [constVariable]
int64_t strides[] = { 100, 10, 1 };
^
C Linting Failures
Linting failures were detected in the automated lint workflow run.
Workflow Details
Error Details
Pull Request Instructions
"chore: fix C lint errors (issue #<ISSUE_NUMBER>)".