Skip to content

feat: skip warning for searches #1041

feat: skip warning for searches

feat: skip warning for searches #1041

Triggered via pull request July 19, 2024 05:02
Status Failure
Total duration 2m 4s
Artifacts

code-quality.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
no field `condition` on type `&std::boxed::Box<pattern::r#where::Where<Q>>`: crates/grit-pattern-matcher/src/pattern/patterns.rs#L246
error[E0609]: no field `condition` on type `&std::boxed::Box<pattern::r#where::Where<Q>>` --> crates/grit-pattern-matcher/src/pattern/patterns.rs:246:69 | 246 | Pattern::Where(where_) => vec![&where_.pattern, &where_.condition], | ^^^^^^^^^ unknown field | = note: available fields are: `pattern`, `side_condition`
clippy_check
Clippy had exited with the 101 exit code
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-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/
clippy_check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/clippy-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/