Skip to content

run clippy with --all-targets in CI #71

run clippy with --all-targets in CI

run clippy with --all-targets in CI #71

Triggered via push August 16, 2024 00:48
Status Failure
Total duration 35s
Artifacts

ci.yml

on: push
run cargo tests
24s
run cargo tests
verify formatting and lints
20s
verify formatting and lints
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
verify formatting and lints: src/interpreter/filter/builtin.rs#L11
doc list item without indentation
verify formatting and lints: src/interpreter/filter/builtin.rs#L12
doc list item without indentation
verify formatting and lints: src/interpreter/filter/builtin.rs#L14
doc list item without indentation
verify formatting and lints: src/interpreter/filter/builtin.rs#L15
doc list item without indentation
verify formatting and lints: src/frontend/parser.rs#L482
this expression creates a reference which is immediately dereferenced by the compiler
verify formatting and lints: src/interpreter/mod.rs#L392
accessing first element with `a.get(0)`
verify formatting and lints
Process completed with exit code 101.
run cargo tests: filter-types/src/value.rs#L126
unreachable pattern
run cargo tests
Process completed with exit code 101.
verify formatting and lints: src/frontend/parser.rs#L271
binding's name is too similar to existing binding
verify formatting and lints: src/frontend/arena.rs#L4
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L6
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L9
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L11
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L19
item name starts with its containing module's name
verify formatting and lints: src/frontend/parser.rs#L54
this method could have a `#[must_use]` attribute
verify formatting and lints: src/frontend/parser.rs#L75
docs for function returning `Result` missing `# Errors` section
verify formatting and lints: src/frontend/parser.rs#L86
docs for function returning `Result` missing `# Errors` section