Skip to content

feat: publish grit blueprints subcommands #1502

feat: publish grit blueprints subcommands

feat: publish grit blueprints subcommands #1502

Triggered via pull request January 7, 2025 07:48
@morgantemorgante
synchronize #598
display-list
Status Failure
Total duration 1m 47s
Artifacts

code-quality.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
empty line after outer attribute: crates/grit-util/src/position.rs#L6
error: empty line after outer attribute --> crates/grit-util/src/position.rs:6:1 | 6 | / #[serde(rename_all = "camelCase")] 7 | | | |_ 8 | pub struct Position { | ------------------- the attribute applies to this struct | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_outer_attr = note: `-D clippy::empty-line-after-outer-attr` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::empty_line_after_outer_attr)]` = help: if the empty line is unintentional remove it
the following explicit lifetimes could be elided: 'tree: crates/grit-util/src/parser.rs#L20
error: the following explicit lifetimes could be elided: 'tree --> crates/grit-util/src/parser.rs:20:6 | 20 | impl<'tree, Tree: Ast> FileOrigin<'tree, Tree> { | ^^^^^ ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-D clippy::needless-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 20 - impl<'tree, Tree: Ast> FileOrigin<'tree, Tree> { 20 + impl<Tree: Ast> FileOrigin<'_, Tree> { |
clippy_check
Clippy had exited with the 101 exit code