Run clippy for tests in CI #938
Annotations
9 errors and 1 warning
Clippy:
src/table.rs#L783
binding's name is too similar to existing binding
|
Clippy:
src/table.rs#L900
binding's name is too similar to existing binding
|
Clippy:
src/csv/reader.rs#L482
this function has too many lines (106/100)
|
Clippy:
src/csv/reader.rs#L554
calling `to_string` on `&&str`
|
Clippy:
src/csv/reader.rs#L562
calling `to_string` on `&&str`
|
Clippy:
src/csv/reader.rs#L643
redundant closure
|
Clippy:
src/stats.rs#L703
consider adding a `;` to the last statement for consistent formatting
|
Clippy:
src/table.rs#L804
this function has too many lines (185/100)
|
Clippy
Process completed with exit code 101.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading