-
-
Notifications
You must be signed in to change notification settings - Fork 889
Open
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/18146741745
- Type: C Linting
- Date: 2025-10-01 00:20:03 UTC
Error Details
lib/node_modules/@stdlib/number/uint32/base/mul/test/fixtures/c/runner.c:143:46: style: Parameter 'x' can be declared as pointer to const [constParameterPointer]
void ui32_to_f64( double *out, unsigned int *x, unsigned int len ) {
^
lib/node_modules/@stdlib/number/uint32/base/mul/test/fixtures/c/runner.c:158:46: style: Parameter 'x' can be declared as pointer to const [constParameterPointer]
void f64_to_ui32( unsigned int *out, double *x, unsigned int len ) {
^
lib/node_modules/@stdlib/number/uint32/base/mul/test/fixtures/c/runner.c:262:30: style: Parameter 'a' can be declared as pointer to const [constParameterPointer]
void generate( unsigned int *a, unsigned int *b, const unsigned int len, const char *name ) {
^
lib/node_modules/@stdlib/number/uint32/base/mul/test/fixtures/c/runner.c:262:47: style: Parameter 'b' can be declared as pointer to const [constParameterPointer]
void generate( unsigned int *a, unsigned int *b, const unsigned int len, const char *name ) {
^
Pull Request Instructions
- Please use the following PR title format:
"chore: fix C lint errors (issue #<ISSUE_NUMBER>)". - Reference this issue in the "Related Issues" section of the PR body as "resolves #<ISSUE_NUMBER>".
Metadata
Metadata
Assignees
Labels
No labels