Linting failures were detected in the automated lint workflow run.
lib/node_modules/@stdlib/stats/base/snanmskmax/examples/c/example.c:25:8: style: Variable 'x' can be declared as const array [constVariable]
float x[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0 };
^
lib/node_modules/@stdlib/stats/base/snanmskmax/examples/c/example.c:28:10: style: Variable 'mask' can be declared as const array [constVariable]
uint8_t mask[] = { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1 };
^
--
lib/node_modules/@stdlib/math/strided/special/dfloor/benchmark/c/benchmark.length.c:128:31: warning: Uninitialized variable: x [uninitvar]
stdlib_strided_dfloor( len, x, 1, y, 1 );
^
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>)".