Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix C lint errors #6272

Closed
stdlib-bot opened this issue Mar 22, 2025 · 0 comments · Fixed by #6279
Closed

Fix C lint errors #6272

stdlib-bot opened this issue Mar 22, 2025 · 0 comments · Fixed by #6279

Comments

@stdlib-bot
Copy link
Contributor

C Linting Failures

Linting failures were detected in the automated lint workflow run.

Workflow Details

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>".
@kgryte kgryte closed this as completed in b818857 Mar 23, 2025
Girish-Garg pushed a commit to Girish-Garg/stdlib that referenced this issue Mar 23, 2025
PR-URL: stdlib-js#6279
Closes: stdlib-js#6272
Co-authored-by: Athan Reines <kgryte@gmail.com>
Reviewed-by: Athan Reines <kgryte@gmail.com> 
Signed-off-by: Athan Reines <kgryte@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant