reporters

Separation of Concerns Disclaimer: While created specifically for checking fonts and font-families this module has no domain knowledge about fonts. It can be used for any kind of (document) checking. Please keep it so. It will be valuable for other domains as well. Domain specific knowledge should be encoded only in the Profile (Checks, Conditions) and MAYBE in customized reporters e.g. subclasses.

class fontbakery.reporters.FontbakeryReporter(is_async=False, runner=None, output_file=None, loglevels=None)[source][source]
property order[source]
receive(event)[source][source]
run(order=None)[source][source]

self.runner must be present

property worst_check_status[source]

Returns a status or None if there was no check result

write()[source][source]