Added Frontend and Backend for Average Issue Resolution Time Graph #394
Annotations
10 warnings
scripts/gen_graphs.py#L463
[pylint] reported by reviewdog 🐶
C0303: Trailing whitespace (trailing-whitespace)
Raw Output:
scripts/gen_graphs.py:463:0: C0303: Trailing whitespace (trailing-whitespace)
|
scripts/gen_graphs.py#L499
[pylint] reported by reviewdog 🐶
C0301: Line too long (129/100) (line-too-long)
Raw Output:
scripts/gen_graphs.py:499:0: C0301: Line too long (129/100) (line-too-long)
|
scripts/gen_graphs.py#L535
[pylint] reported by reviewdog 🐶
C0303: Trailing whitespace (trailing-whitespace)
Raw Output:
scripts/gen_graphs.py:535:76: C0303: Trailing whitespace (trailing-whitespace)
|
scripts/gen_graphs.py#L563
[pylint] reported by reviewdog 🐶
C0301: Line too long (103/100) (line-too-long)
Raw Output:
scripts/gen_graphs.py:563:0: C0301: Line too long (103/100) (line-too-long)
|
scripts/gen_graphs.py#L145
[pylint] reported by reviewdog 🐶
W0511: TODO: file a pygals issue to make sparklines their own object (fixme)
Raw Output:
scripts/gen_graphs.py:145:5: W0511: TODO: file a pygals issue to make sparklines their own object (fixme)
|
scripts/gen_graphs.py#L345
[pylint] reported by reviewdog 🐶
W0511: TODO: Contribute upstream to add a timeline object to pygal (fixme)
Raw Output:
scripts/gen_graphs.py:345:5: W0511: TODO: Contribute upstream to add a timeline object to pygal (fixme)
|
scripts/gen_graphs.py#L19
[pylint] reported by reviewdog 🐶
C0209: Formatting a regular string which could be an f-string (consider-using-f-string)
Raw Output:
scripts/gen_graphs.py:19:11: C0209: Formatting a regular string which could be an f-string (consider-using-f-string)
|
scripts/gen_graphs.py#L31
[pylint] reported by reviewdog 🐶
C0209: Formatting a regular string which could be an f-string (consider-using-f-string)
Raw Output:
scripts/gen_graphs.py:31:11: C0209: Formatting a regular string which could be an f-string (consider-using-f-string)
|
scripts/gen_graphs.py#L33
[pylint] reported by reviewdog 🐶
W0613: Unused argument 'x' (unused-argument)
Raw Output:
scripts/gen_graphs.py:33:21: W0613: Unused argument 'x' (unused-argument)
|
scripts/gen_graphs.py#L107
[pylint] reported by reviewdog 🐶
W0102: Dangerous default value {} as argument (dangerous-default-value)
Raw Output:
scripts/gen_graphs.py:107:0: W0102: Dangerous default value {} as argument (dangerous-default-value)
|
The logs for this run have expired and are no longer available.
Loading