custom encode/decode #478
actions.yml
on: pull_request
Contracts
/
Wasm tests
2m 25s
Contracts
/
Rust tests
29s
Contracts
/
Clippy linter check
22s
Annotations
12 warnings
[clippy] multisig/tests/multisig_rust_test.rs#L50:
multisig/tests/multisig_rust_test.rs#L50
warning: this is a decimal constant
--> multisig/tests/multisig_rust_test.rs:50:25
|
50 | 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal
= note: `#[warn(clippy::zero_prefixed_literal)]` on by default
help: if you mean to use a decimal constant, remove the `0` to avoid confusion
|
50 | 1, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~
help: if you mean to use an octal constant, use `0o`
|
50 | 0o1, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~~~
|
[clippy] multisig/tests/multisig_rust_test.rs#L50:
multisig/tests/multisig_rust_test.rs#L50
warning: this is a decimal constant
--> multisig/tests/multisig_rust_test.rs:50:29
|
50 | 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal
help: if you mean to use a decimal constant, remove the `0` to avoid confusion
|
50 | 01, 2, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~
help: if you mean to use an octal constant, use `0o`
|
50 | 01, 0o2, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~~~
|
[clippy] multisig/tests/multisig_rust_test.rs#L50:
multisig/tests/multisig_rust_test.rs#L50
warning: this is a decimal constant
--> multisig/tests/multisig_rust_test.rs:50:33
|
50 | 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal
help: if you mean to use a decimal constant, remove the `0` to avoid confusion
|
50 | 01, 02, 3, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~
help: if you mean to use an octal constant, use `0o`
|
50 | 01, 02, 0o3, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~~~
|
[clippy] multisig/tests/multisig_rust_test.rs#L50:
multisig/tests/multisig_rust_test.rs#L50
warning: this is a decimal constant
--> multisig/tests/multisig_rust_test.rs:50:37
|
50 | 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal
help: if you mean to use a decimal constant, remove the `0` to avoid confusion
|
50 | 01, 02, 03, 4, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~
help: if you mean to use an octal constant, use `0o`
|
50 | 01, 02, 03, 0o4, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~~~
|
[clippy] multisig/tests/multisig_rust_test.rs#L50:
multisig/tests/multisig_rust_test.rs#L50
warning: this is a decimal constant
--> multisig/tests/multisig_rust_test.rs:50:41
|
50 | 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal
help: if you mean to use a decimal constant, remove the `0` to avoid confusion
|
50 | 01, 02, 03, 04, 5, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~
help: if you mean to use an octal constant, use `0o`
|
50 | 01, 02, 03, 04, 0o5, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~~~
|
[clippy] multisig/tests/multisig_rust_test.rs#L50:
multisig/tests/multisig_rust_test.rs#L50
warning: this is a decimal constant
--> multisig/tests/multisig_rust_test.rs:50:45
|
50 | 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal
help: if you mean to use a decimal constant, remove the `0` to avoid confusion
|
50 | 01, 02, 03, 04, 05, 6, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~
help: if you mean to use an octal constant, use `0o`
|
50 | 01, 02, 03, 04, 05, 0o6, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~~~
|
[clippy] multisig/tests/multisig_rust_test.rs#L50:
multisig/tests/multisig_rust_test.rs#L50
warning: this is a decimal constant
--> multisig/tests/multisig_rust_test.rs:50:49
|
50 | 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal
help: if you mean to use a decimal constant, remove the `0` to avoid confusion
|
50 | 01, 02, 03, 04, 05, 06, 7, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~
help: if you mean to use an octal constant, use `0o`
|
50 | 01, 02, 03, 04, 05, 06, 0o7, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~~~
|
[clippy] multisig/tests/multisig_rust_test.rs#L50:
multisig/tests/multisig_rust_test.rs#L50
warning: this is a decimal constant
--> multisig/tests/multisig_rust_test.rs:50:53
|
50 | 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal
help: if you mean to use a decimal constant, remove the `0` to avoid confusion
|
50 | 01, 02, 03, 04, 05, 06, 07, 8, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~
|
[clippy] multisig/tests/multisig_rust_test.rs#L50:
multisig/tests/multisig_rust_test.rs#L50
warning: this is a decimal constant
--> multisig/tests/multisig_rust_test.rs:50:57
|
50 | 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal
help: if you mean to use a decimal constant, remove the `0` to avoid confusion
|
50 | 01, 02, 03, 04, 05, 06, 07, 08, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
| ~
|
Contracts / Clippy linter check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Contracts / Rust tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Contracts / Wasm tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3, dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
report
Expired
|
5.85 KB |
|
report-markdown
Expired
|
883 Bytes |
|