stdlib-js/stdlib

Fix C lint errors

stdlib-bot opened this issue · 0 comments

C Linting Failures

Linting failures were detected in the automated lint workflow run.

Workflow Details

Error Details

lib/node_modules/@stdlib/math/base/special/signum/src/addon.c:22:1: style: Local variable 'stdlib_base_signum' shadows outer function [shadowFunction]
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_signum )
^

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>".