Closed
Description
C Linting Failures
Linting failures were detected in the automated lint workflow run.
Workflow Details
- Run: https://github.com/stdlib-js/stdlib/actions/runs/13252913942
- Type: C Linting
- Date: 2025-02-11 00:13:24 UTC
Error Details
lib/node_modules/@stdlib/stats/base/smeanors/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 };
^