Skip to content

chore: add print_stdout/print_stderr lints to workspace level #58

chore: add print_stdout/print_stderr lints to workspace level

chore: add print_stdout/print_stderr lints to workspace level #58

Triggered via push August 14, 2024 21:26
Status Success
Total duration 17s
Artifacts

audit.yml

on: push
security_audit
8s
security_audit
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 4 warnings
use of `println!`: crates/bitcoind_rpc/tests/test_emitter.rs#L630
error: use of `println!` --> crates/bitcoind_rpc/tests/test_emitter.rs:630:13 | 630 | println!("\t- replacement height: {}", height); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout
use of `println!`: crates/bitcoind_rpc/tests/test_emitter.rs#L612
error: use of `println!` --> crates/bitcoind_rpc/tests/test_emitter.rs:612:9 | 612 | println!("REORG COUNT: {}", reorg_count); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout
use of `println!`: crates/bitcoind_rpc/tests/test_emitter.rs#L152
error: use of `println!` --> crates/bitcoind_rpc/tests/test_emitter.rs:152:5 | 152 | println!("mined blocks!"); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout
use of `println!`: crates/bitcoind_rpc/tests/test_emitter.rs#L150
error: use of `println!` --> crates/bitcoind_rpc/tests/test_emitter.rs:150:5 | 150 | println!("mining block!"); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout
use of `println!`: crates/bitcoind_rpc/tests/test_emitter.rs#L148
error: use of `println!` --> crates/bitcoind_rpc/tests/test_emitter.rs:148:5 | 148 | println!("got new addresses!"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout
use of `println!`: crates/bitcoind_rpc/tests/test_emitter.rs#L135
error: use of `println!` --> crates/bitcoind_rpc/tests/test_emitter.rs:135:5 | 135 | println!("getting new addresses!"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout
use of `println!`: crates/bitcoind_rpc/tests/test_emitter.rs#L79
error: use of `println!` --> crates/bitcoind_rpc/tests/test_emitter.rs:79:5 | 79 | println!("after reorg:"); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout
use of `println!`: crates/bitcoind_rpc/tests/test_emitter.rs#L39
error: use of `println!` --> crates/bitcoind_rpc/tests/test_emitter.rs:39:5 | 39 | println!("first sync:"); | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout = note: requested on the command line with `-D clippy::print-stdout`
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
security_audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
security_audit
1 warnings found!
security_audit
Unknown warning kind unsound found, please, file a bug