Linting failures were detected in the automated lint workflow run.
lib/node_modules/@stdlib/number/float64/base/signbit/examples/c/example.c:25:9: style: Variable 'x' can be declared as const array [constVariable]
double x[] = { 3.14, -3.14, 0.0, -0.0, 4.0, 1.0, -1.0, 1.0e308, -1.0e308 };
^
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>)".