Cumulus 4891 #1804
lint.yml
on: pull_request
eslint
2m 13s
markdownlint
1m 35s
npm-package-json-lint
1m 24s
ruff-check
17s
ruff-format
21s
Annotations
11 errors and 2 warnings
|
Ruff (PLW0603):
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py#L82
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py:82:69: PLW0603 Using the global statement to update `REGION` is discouraged
|
|
Ruff (PLW0603):
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py#L82
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py:82:58: PLW0603 Using the global statement to update `S3_BUCKET` is discouraged
|
|
Ruff (PLW0603):
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py#L82
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py:82:47: PLW0603 Using the global statement to update `NAMESPACE` is discouraged
|
|
Ruff (PLW0603):
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py#L82
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py:82:34: PLW0603 Using the global statement to update `TABLE_NAMES` is discouraged
|
|
Ruff (PLW0603):
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py#L82
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py:82:23: PLW0603 Using the global statement to update `PG_SCHEMA` is discouraged
|
|
Ruff (PLW0603):
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py#L82
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py:82:12: PLW0603 Using the global statement to update `PG_CONFIG` is discouraged
|
|
Ruff (D103):
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py#L69
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py:69:5: D103 Missing docstring in public function
|
|
Ruff (D103):
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py#L36
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py:36:5: D103 Missing docstring in public function
|
|
Ruff (I001):
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py#L3
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py:3:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (D100):
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py#L1
packages/iceberg-replication/scripts/bulk_load_self_managed_iceberg.py:1:1: D100 Missing docstring in public module
|
|
ruff-format
The process '/opt/hostedtoolcache/ruff/0.14.14/x86_64/ruff' failed with exit code 1
|
|
ruff-check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: astral-sh/ruff-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ruff-format
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: astral-sh/ruff-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|