kou commented on PR #341: URL: https://github.com/apache/arrow-js/pull/341#issuecomment-3573766843
Could you check lint failures? https://github.com/apache/arrow-js/actions/runs/19644239168/job/56300291328?pr=341#step:5:8 ```text /home/runner/work/arrow-js/arrow-js/src/util/decimal.ts Error: 84:9 error 'n' is never reassigned. Use 'const' instead prefer-const Error: 89:5 error This `if` statement can be replaced by a ternary expression unicorn/prefer-ternary Error: 128:5 error This `if` statement can be replaced by a ternary expression unicorn/prefer-ternary ``` FYI: You can run CI on your fork by enabling GitHub Actions on your fork. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
