Skip to content

Sc 18208 Ensure Excel conversion to CSV includes all data #130

Sc 18208 Ensure Excel conversion to CSV includes all data

Sc 18208 Ensure Excel conversion to CSV includes all data #130

Triggered via pull request October 28, 2024 10:09
Status Success
Total duration 1m 48s
Artifacts

pr_lint.yaml

on: pull_request
Lint PlaidCloud Utilities w ReviewDog
1m 38s
Lint PlaidCloud Utilities w ReviewDog
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
[PyLint] plaidcloud/utilities/frame_manager.py#L2520: plaidcloud/utilities/frame_manager.py#L2520
C0301: Line too long (147/125) (line-too-long)
[PyLint] plaidcloud/utilities/frame_manager.py#L2542: plaidcloud/utilities/frame_manager.py#L2542
C0301: Line too long (178/125) (line-too-long)
[PyLint] plaidcloud/utilities/frame_manager.py#L2526: plaidcloud/utilities/frame_manager.py#L2526
R1729: Use a generator instead 'all(c.ctype in [xlrd.XL_CELL_EMPTY, xlrd.XL_CELL_BLANK] for c in sh.row(rownum))' (use-a-generator)
[PyLint] plaidcloud/utilities/frame_manager.py#L2564: plaidcloud/utilities/frame_manager.py#L2564
W0719: Raising too general exception: Exception (broad-exception-raised)
Lint PlaidCloud Utilities w ReviewDog
The following actions use a deprecated Node.js version and will be forced to run on node20: andersy005/gh-action-py-liccheck@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/