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 #6356

Open
stdlib-bot opened this issue Mar 25, 2025 · 0 comments · May be fixed by #6375
Open

Fix C lint errors #6356

stdlib-bot opened this issue Mar 25, 2025 · 0 comments · May be fixed by #6375

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/number/float32/base/normalize/examples/c/example.c:25:8: style: Variable 'x' can be declared as const array [constVariable]
 float x[] = { 4.0f, 0.0f, -0.0f, 1.0f, -1.0f, 3.14f, -3.14f, 1.0e-38f, -1.0e-38f, 1.0f/0.0f, -1.0f/0.0f, 0.0f/0.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>".
@JaySoni1 JaySoni1 linked a pull request Mar 25, 2025 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant