chromium / caterpillar

Project to investigate porting Chrome Apps to websites.
Apache License 2.0
59 stars 31 forks source link

Remove custom formatters for `report.report.make_warning` #23

Closed m-alger closed 8 years ago

m-alger commented 8 years ago

Currently, the make_warning function is:

make_warning(name, member, text, apis, formatter=None)

Non-default formatters are never used, so we should remove the formatter argument.

m-alger commented 8 years ago

Resolved in this CL.