Closed
Closed
@stdlib-bot

Description

C Linting Failures

Linting failures were detected in the automated lint workflow run.

Workflow Details

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>".