[#505] create an atomic ACLs endpoint #209
linter-ruff.yml
on: pull_request
ruff-lint
/
ruff-check
21s
ruff-lint
/
ruff-format
21s
Annotations
14 errors and 2 warnings
|
ruff-lint / ruff-format
Process completed with exit code 255.
|
|
Ruff format:
irods/access.py#L250
Improper formatting
|
|
Ruff format:
irods/access.py#L144
Improper formatting
|
|
Ruff format:
irods/access.py#L26
Improper formatting
|
|
Ruff D107:
irods/access.py#L203
D107: Missing docstring in `__init__` [pydocstyle:undocumented-public-init]
|
|
Ruff D400:
irods/access.py#L195
D400: First line should end with a period [pydocstyle:missing-trailing-period]
|
|
Ruff D205:
irods/access.py#L195
D205: 1 blank line required between summary line and description [pydocstyle:missing-blank-line-after-summary]
|
|
Ruff PLW1641:
irods/access.py#L194
PLW1641: Object does not implement `__hash__` method [Pylint:eq-without-hash]
|
|
Ruff D107:
irods/access.py#L188
D107: Missing docstring in `__init__` [pydocstyle:undocumented-public-init]
|
|
Ruff D404:
irods/access.py#L182
D404: First word of the docstring should not be "This" [pydocstyle:docstring-starts-with-this]
|
|
Ruff D205:
irods/access.py#L182
D205: 1 blank line required between summary line and description [pydocstyle:missing-blank-line-after-summary]
|
|
Ruff N801:
irods/access.py#L181
N801: Class name `iRODSAccess` should use CapWords convention [pep8-naming:invalid-class-name]
|
|
Ruff DOC501:
irods/access.py#L125
DOC501: Raised exception `RuntimeError` missing from docstring [pydoclint:docstring-missing-exception]
|
|
Ruff N801:
irods/access.py#L80
N801: Class name `_iRODSAccess_base` should use CapWords convention [pep8-naming:invalid-class-name]
|
|
ruff-lint / ruff-format
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@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-lint / ruff-check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@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/
|