Skip to content

Linter fixes

Linter fixes #73

Triggered via pull request November 7, 2025 17:13
Status Failure
Total duration 10m 0s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 2 notices
ledger-lint / lint
Process completed with exit code 1.
app/src/ristretto.c:168:5 [readability-isolate-declaration]: app/src/ristretto.c#L168
multiple declarations in a single statement reduces readability
app/src/ristretto.c:166:5 [readability-isolate-declaration]: app/src/ristretto.c#L166
multiple declarations in a single statement reduces readability
app/src/ristretto.c:162:5 [readability-isolate-declaration]: app/src/ristretto.c#L162
multiple declarations in a single statement reduces readability
app/src/ristretto.c:158:5 [readability-isolate-declaration]: app/src/ristretto.c#L158
multiple declarations in a single statement reduces readability
app/src/ristretto.c:125:5 [readability-isolate-declaration]: app/src/ristretto.c#L125
multiple declarations in a single statement reduces readability
ledger-lint / lint
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
ledger-lint / lint
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Run clang-format on app/c_api/rust.c: app/c_api/rust.c#L0
File app/c_api/rust.c does not conform to Custom style guidelines. (lines 7, 11)
Run clang-format on app/src/eth_utils.c: app/src/eth_utils.c#L0
File app/src/eth_utils.c does not conform to Custom style guidelines. (lines 140)