Linter fixes #73
lint.yml
on: pull_request
ledger-lint
/
lint
4m 5s
Annotations
13 errors and 2 notices
|
ledger-lint / lint
Process completed with exit code 1.
|
|
app/src/common/tx.c:113:26 [readability-braces-around-statements]:
app/src/common/tx.c#L113
statement should be inside braces
|
|
app/src/common/tx.c:110:116 [readability-braces-around-statements]:
app/src/common/tx.c#L110
statement should be inside braces
|
|
app/src/crypto.c:362:25 [readability-braces-around-statements]:
app/src/crypto.c#L362
statement should be inside braces
|
|
app/src/common/actions.c:72:12 [cppcoreguidelines-init-variables]:
app/src/common/actions.c#L72
variable 'ctx_len' is not initialized
|
|
app/src/ristretto.c:220:18 [cppcoreguidelines-init-variables]:
app/src/ristretto.c#L220
variable 'i' is not initialized
|
|
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)
|