We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linting failures were detected in the automated lint workflow run.
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 }; ^
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
C Linting Failures
Linting failures were detected in the automated lint workflow run.
Workflow Details
Error Details
Pull Request Instructions
"chore: fix C lint errors (issue #<ISSUE_NUMBER>)".
The text was updated successfully, but these errors were encountered: