New release #9
Draft
New release #9
Annotations
10 errors and 1 warning
|
Lint with Ruff on an extended ruleset but always return success:
libdestruct/common/attribute.py#L10
libdestruct/common/attribute.py:10:7: B024 `Attribute` is an abstract base class, but it has no abstract methods or properties
|
|
Lint with Ruff on an extended ruleset but always return success:
libdestruct/common/array/array_impl.py#L56
libdestruct/common/array/array_impl.py:56:121: E501 Line too long (122 > 120)
|
|
Lint with Ruff on an extended ruleset but always return success:
libdestruct/common/array/array_field_inflater.py#L45
libdestruct/common/array/array_field_inflater.py:45:21: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
|
|
Lint with Ruff on an extended ruleset but always return success:
libdestruct/common/array/array_field_inflater.py#L40
libdestruct/common/array/array_field_inflater.py:40:5: ARG001 Unused function argument: `item`
|
|
Lint with Ruff on an extended ruleset but always return success:
libdestruct/c/struct_parser.py#L248
libdestruct/c/struct_parser.py:248:7: FIX002 Line contains TODO, consider resolving the issue
|
|
Lint with Ruff on an extended ruleset but always return success:
libdestruct/c/struct_parser.py#L134
libdestruct/c/struct_parser.py:134:17: FURB110 Replace ternary `if` expression with `or` operator
help: Replace with `or` operator
|
|
Lint with Ruff on an extended ruleset but always return success:
libdestruct/c/ctypes_generic.py#L30
libdestruct/c/ctypes_generic.py:30:44: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `value`
|
|
Lint with Ruff on an extended ruleset but always return success:
libdestruct/c/ctypes_generic.py#L26
libdestruct/c/ctypes_generic.py:26:39: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `get`
|
|
Lint with Ruff on an extended ruleset but always return success:
libdestruct/backing/memory_resolver.py#L20
libdestruct/backing/memory_resolver.py:20:121: E501 Line too long (121 > 120)
|
|
Lint with Ruff on an extended ruleset but always return success:
libdestruct/backing/fake_resolver.py#L18
libdestruct/backing/fake_resolver.py:18:121: E501 Line too long (126 > 120)
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. 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/
|
Loading