-
-
Notifications
You must be signed in to change notification settings - Fork 851
Closed
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/16306961195
- Type: C Linting
- Date: 2025-07-16 00:15:15 UTC
Error Details
lib/node_modules/@stdlib/stats/base/snanstdevyc/examples/c/example.c:25:8: style: Variable 'x' can be declared as const array [constVariable]
float x[] = { 1.0, 2.0, 0.0/0.0, 3.0, 0.0/0.0, 4.0, 5.0, 6.0, 0.0/0.0, 7.0, 8.0, 0.0/0.0 };
^
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>".
Metadata
Metadata
Assignees
Labels
No labels