easy_sql.sql_linter.sql_linter_reportor

Module Contents

Classes

LintReporter

class easy_sql.sql_linter.sql_linter_reportor.LintReporter
report_list_of_violations(self, lint_result, step_start_line=0)
Parameters

lint_result (List[sqlfluff.core.SQLBaseError]) –

report_message(self, message)
report_pass(self, pass_info)
Parameters

pass_info (str) –

report_violation(self, violation, step_start_line=0)
Parameters

violation (sqlfluff.core.SQLBaseError) –

report_warning(self, warning)
Parameters

warning (str) –