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/unary/examples/c/example.c:38:10: style: Variable 'strides' can be declared as const array [constVariable] int64_t strides[] = { 1, 8 }; // 1 byte per uint8, 8 bytes per double ^ lib/node_modules/@stdlib/strided/base/unary/examples/c/example.c:41:10: style: Variable 'shape' can be declared as const array [constVariable] int64_t shape[] = { 3 }; ^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: