Skip to content

chore(deps): Bump developer tooling (including lock file this time) #629

chore(deps): Bump developer tooling (including lock file this time)

chore(deps): Bump developer tooling (including lock file this time) #629

Triggered via push April 10, 2025 22:30
Status Failure
Total duration 1m 21s
Artifacts

rust_lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 9 warnings
length comparison to zero: src/config.rs#L34
error: length comparison to zero --> src/config.rs:34:16 | 34 | if lang.len() > 0 && env::var_os("CASILE_LANGUAGE").is_none() { | ^^^^^^^^^^^^^^ help: using `!is_empty` is clearer and more explicit: `!lang.is_empty()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zero = note: `-D clippy::len-zero` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::len_zero)]`
doc list item overindented: src/../README.md#L578
error: doc list item overindented --> src/../README.md:578:1 | 578 | For example for a one off command you might run: | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L563
error: doc list item overindented --> src/../README.md:563:1 | 563 | You can work on the first chapter worth of lines and rebuild the book quickly, then turn it off to regenerate the whole book. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L562
error: doc list item overindented --> src/../README.md:562:1 | 562 | This is useful when styling a book. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L553
error: doc list item overindented --> src/../README.md:553:1 | 553 | Raster image generation can take time, this skips those steps and just assumes no graphical covers are present. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L542
error: doc list item overindented --> src/../README.md:542:1 | 542 | See SILE documentation for details. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L539
error: doc list item overindented --> src/../README.md:539:1 | 539 | Shell scripts will run with `set -x`, programs that have them will be run with debug flags turned on, etc. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L529
error: doc list item overindented --> src/../README.md:529:1 | 529 | I use this to pay our translators, editors, etc. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L528
error: doc list item overindented --> src/../README.md:528:1 | 528 | This computes the current character and word counts and compares them with each previous commit and shows a report crediting the auth... | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L521
error: doc list item overindented --> src/../README.md:521:1 | 521 | Some output formats (notably PDF) will syntax highlight any additions/removals. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L520
error: doc list item overindented --> src/../README.md:520:1 | 520 | Any differences (at the character level) will be marked up using CriticMarkup syntax. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L519
error: doc list item overindented --> src/../README.md:519:1 | 519 | When pre-processing the source of books, the current commit will be compared to the branch (or commit) defined by PARENT. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L510
error: doc list item overindented --> src/../README.md:510:1 | 510 | Books are only typeset in one pass, so TOC’s may be out of date, cover images are generated at 17th final resolution, 3D renderings a... | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L490
error: doc list item overindented --> src/../README.md:490:1 | 490 | Possible options are anything that ImageMagick understands, so South, SouthWest, NorthEast, etc. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L455
error: doc list item overindented --> src/../README.md:455:1 | 455 | To built "the works": | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L446
error: doc list item overindented --> src/../README.md:446:1 | 446 | Optionally CaSILE can ‘install’ finished resources to some other location. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L441
error: doc list item overindented --> src/../README.md:441:1 | 441 | It is unlikely you would ever want to change this. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L438
error: doc list item overindented --> src/../README.md:438:1 | 438 | Sources will be examined here and the build process will run here. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L435
error: doc list item overindented --> src/../README.md:435:1 | 435 | This is mostly useful for doing development work on CaSILE itself. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L434
error: doc list item overindented --> src/../README.md:434:1 | 434 | Typically the value set automatically based on the CaSILE installation will be sufficient. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L433
error: doc list item overindented --> src/../README.md:433:1 | 433 | Path from which shared resource files are loaded from. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L418
error: doc list item overindented --> src/../README.md:418:1 | 418 | You don’t want the extensions here, just the basenames of books to be built: | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L411
error: doc list item overindented --> src/../README.md:411:1 | 411 | You can manually set this with a list: | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L410
error: doc list item overindented --> src/../README.md:410:1 | 410 | This helps dodge things like `README.md` files that are not the focus of the meat of a project. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L405
error: doc list item overindented --> src/../README.md:405:1 | 405 | Submitting them upstream would also me much appreciated. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L404
error: doc list item overindented --> src/../README.md:404:1 | 404 | At this time localizations are only included for Turkish, but they are easy enough to add to your project. | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
doc list item overindented: src/../README.md#L397
error: doc list item overindented --> src/../README.md:397:1 | 397 | Changing this to Turkish: | ^^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items = note: `-D clippy::doc-overindented-list-items` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::doc_overindented_list_items)]`
clippy
Clippy had exited with the 101 exit code
rustfmt
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/
rustfmt
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/
rustfmt
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/
rustfmt
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/
clippy
Cache not found for keys: v0-rust-clippy-Linux-x64-1d14cc0c-20b84aef, v0-rust-clippy-Linux-x64-1d14cc0c
clippy
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/
clippy
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/
clippy
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/
clippy
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/