lints: uncovered patterns of format_error
#15330
Labels
component/dev
Dev related issues, such as rise dev, ci.
no-issue-activity
type/enhancement
Improvements to existing implementation.
type/style
Tracks uncovered patterns of
format_error
lints after its introduction in #13750.Resolved
Error formatting on
anyhow::Error
risingwave/src/meta/src/manager/sink_coordination/coordinator_worker.rs
Line 112 in bcd79a8
anyhow::Error
does not implementstd::error::Error
.format_error
onanyhow::Error
#15158Formatting on
Report
when constructinganyhow::Error
risingwave/src/stream/src/task/barrier_manager.rs
Lines 166 to 172 in 3398990
Report
is good. But there's no reason to do this if we're originally to construct ananyhow::Error
. Should cover this as well.Report
in anyhow construction #15457Unresolved
$foo
) nearby.risingwave/src/connector/src/parser/mysql.rs
Line 37 in 495ed83
has_span_from_proc_macro
risingwave/lints/src/utils/format_args_collector.rs
Lines 42 to 47 in 495ed83
The text was updated successfully, but these errors were encountered: