Rewrite fonts module #2166
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 7 warnings
lint
Process completed with exit code 4.
|
lint:
bikeshed/fonts/fonts.py#L88
Unused argument 'height' (unused-argument)
|
lint:
bikeshed/fonts/fonts.py#L89
Unused argument 'stripFirstLine' (unused-argument)
|
lint:
bikeshed/fonts/fonts.py#L135
Redefining name 'config' from outer scope (line 13) (redefined-outer-name)
|
lint:
bikeshed/fonts/fonts.py#L5
Unused import itertools (unused-import)
|
lint:
bikeshed/fonts/fonts.py#L6
Unused import re (unused-import)
|
lint:
bikeshed/fonts/fonts.py#L8
Unused import sys (unused-import)
|
lint:
bikeshed/update/manifest.py#L286
No exception type(s) specified (bare-except)
|