Add more documentation comments. #634
ci.yml
on: push
Cargo test
57s
Clippy
40s
Matrix: Check build
Annotations
10 warnings
Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo-clippy: this function has too many lines (127/100):
src/bin/zoogcomment.rs#L269
warning: this function has too many lines (127/100)
--> src/bin/zoogcomment.rs:269:1
|
269 | / fn main_impl() -> Result<(), AppError> {
270 | | let interrupt_checker = CtrlCChecker::new()?;
271 | | let cli = Cli::parse_from(wild::args_os());
272 | | let operation_mode = match (cli.list, cli.modify, cli.replace) {
... |
410 | | Ok(())
411 | | }
| |_^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_lines
note: the lint level is defined here
--> src/bin/zoogcomment.rs:1:9
|
1 | #![warn(clippy::pedantic)]
| ^^^^^^^^^^^^^^^^
= note: `#[warn(clippy::too_many_lines)]` implied by `#[warn(clippy::pedantic)]`
|
cargo-clippy: item in documentation is missing backticks:
src/bin/opusgain.rs#L173
warning: item in documentation is missing backticks
--> src/bin/opusgain.rs:173:9
|
173 | /// ReplayGain (normalize to -18 LUFS)
| ^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
note: the lint level is defined here
--> src/bin/opusgain.rs:1:9
|
1 | #![warn(clippy::pedantic)]
| ^^^^^^^^^^^^^^^^
= note: `#[warn(clippy::doc_markdown)]` implied by `#[warn(clippy::pedantic)]`
help: try
|
173 | /// `ReplayGain` (normalize to -18 LUFS)
| ~~~~~~~~~~~~
|
cargo-clippy: 1 warning emitted
warning: 1 warning emitted
|
cargo-clippy: 1 warning emitted
warning: 1 warning emitted
|
Cargo test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check build (x86_64-apple-darwin, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check build (i686-pc-windows-gnu, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check build (x86_64-unknown-linux-musl, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check build (x86_64-pc-windows-gnu, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected], actions/[email protected]. 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 | |
---|---|---|
zoog-debug-i686-pc-windows-gnu
Expired
|
60.9 MB |
|
zoog-debug-x86_64-apple-darwin
Expired
|
11.2 MB |
|
zoog-debug-x86_64-pc-windows-gnu
Expired
|
64.7 MB |
|
zoog-debug-x86_64-unknown-linux-musl
Expired
|
45.4 MB |
|