-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
C Linting Failures
Linting failures were detected in the automated lint workflow run.
Workflow Details
- Run: https://github.com/stdlib-js/stdlib/actions/runs/22266892374
- Type: C Linting
- Date: 2026-02-22 00:19:08 UTC
Error Details
lib/node_modules/@stdlib/strided/base/smap2/examples/c/example.c:31:8: style: Variable 'X' can be declared as const array [constVariable]
float X[] = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f };
^
lib/node_modules/@stdlib/strided/base/smap2/examples/c/example.c:32:8: style: Variable 'Y' can be declared as const array [constVariable]
float Y[] = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f };
^
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>".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels