Skip to content

(dis)allow multiple var args #1686

(dis)allow multiple var args

(dis)allow multiple var args #1686

Triggered via pull request October 12, 2023 23:33
Status Success
Total duration 2m 50s
Artifacts

lldb-formatter-tests.yml

on: pull_request
LLDB formatter tests
2m 40s
LLDB formatter tests
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
[clippy] framework/meta/src/cmd/contract/output_contract/oc_validate.rs#L63: framework/meta/src/cmd/contract/output_contract/oc_validate.rs#L63
warning: used `assert_eq!` with a literal bool --> framework/meta/src/cmd/contract/output_contract/oc_validate.rs:63:9 | 63 | assert_eq!(endpoint_def.allow_multiple_var_args, false); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bool_assert_comparison = note: `#[warn(clippy::bool_assert_comparison)]` on by default help: replace it with `assert!(..)` | 63 - assert_eq!(endpoint_def.allow_multiple_var_args, false); 63 + assert!(!endpoint_def.allow_multiple_var_args); |
LLDB formatter tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/