We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1079d80 commit 0e59788Copy full SHA for 0e59788
qlty-cli/src/ui/format/text.rs
@@ -18,6 +18,7 @@ pub struct TextFormatter {
18
}
19
20
impl<'a> TextFormatter {
21
+ // qlty-ignore: clippy:new_ret_no_self
22
pub fn new(report: &Report, verbose: usize, summary: bool) -> Box<dyn Formatter> {
23
Box::new(Self {
24
report: report.clone(),
0 commit comments