sqruff_lib::cli::formatters

Trait Formatter

Source
pub trait Formatter {
    // Required methods
    fn dispatch_template_header(
        &self,
        f_name: String,
        linter_config: FluffConfig,
        file_config: FluffConfig,
    );
    fn dispatch_parse_header(&self, f_name: String);
}

Required Methods§

Source

fn dispatch_template_header( &self, f_name: String, linter_config: FluffConfig, file_config: FluffConfig, )

Source

fn dispatch_parse_header(&self, f_name: String)

Implementors§