class documentation

class FileReport(BaseReport):

Constructor: FileReport(options)

View In Hierarchy

Collect the results of the checks and print the filenames.

Class Variable print_filename Undocumented

Inherited from BaseReport:

Method __init__ Undocumented
Method error Report an error, according to options.
Method get_count Return the total count of errors and warnings.
Method get_file_results Return the count of errors and warnings for this file.
Method get_statistics Get statistics for message codes that start with the prefix.
Method increment_logical_line Signal a new logical line.
Method init_file Signal a new file.
Method print_benchmark Print benchmark numbers.
Method print_statistics Print overall statistics (number of errors and warnings).
Method start Start the timer.
Method stop Stop the timer.
Instance Variable counters Undocumented
Instance Variable elapsed Undocumented
Instance Variable expected Undocumented
Instance Variable file_errors Undocumented
Instance Variable filename Undocumented
Instance Variable line_offset Undocumented
Instance Variable lines Undocumented
Instance Variable messages Undocumented
Instance Variable total_errors Undocumented
Instance Variable _benchmark_keys Undocumented
Instance Variable _ignore_code Undocumented
Instance Variable _start_time Undocumented
print_filename: bool =