Fix C lint errors
stdlib-bot opened this issue · 0 comments
stdlib-bot commented
C Linting Failures
Linting failures were detected in the automated lint workflow run.
Workflow Details
- Run: https://github.com/stdlib-js/stdlib/actions/runs/14002968536
- Type: C Linting
- Date: 2025-03-22 00:12:42 UTC
Error Details
lib/node_modules/@stdlib/strided/base/cmap/examples/c/example.c:34:16: style: Variable 'X' can be declared as const array [constVariable]
float complex X[] = { 1.0+1.0*I, 2.0+2.0*I, 3.0+3.0*I, 4.0+4.0*I, 5.0+5.0*I, 6.0+6.0*I };
^
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>".