Display Total Libyears in Libyear Graph Title #376
checks.yml
on: pull_request
resolve-repolinter-json
/
Extend JSON file with extends property
3s
runner / pylint
12s
frontend-checks
42s
Tier 3 Checks
39s
Annotations
14 warnings
resolve-repolinter-json / Extend JSON file with extends property
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
runner / pylint:
scripts/gen_graphs.py#L474
[pylint] reported by reviewdog 🐶
C0301: Line too long (104/100) (line-too-long)
Raw Output:
scripts/gen_graphs.py:474:0: C0301: Line too long (104/100) (line-too-long)
|
runner / pylint:
scripts/gen_graphs.py#L492
[pylint] reported by reviewdog 🐶
C0301: Line too long (129/100) (line-too-long)
Raw Output:
scripts/gen_graphs.py:492:0: C0301: Line too long (129/100) (line-too-long)
|
runner / pylint:
scripts/gen_graphs.py#L498
[pylint] reported by reviewdog 🐶
C0305: Trailing newlines (trailing-newlines)
Raw Output:
scripts/gen_graphs.py:498:0: C0305: Trailing newlines (trailing-newlines)
|
runner / pylint:
scripts/gen_graphs.py#L144
[pylint] reported by reviewdog 🐶
W0511: TODO: file a pygals issue to make sparklines their own object (fixme)
Raw Output:
scripts/gen_graphs.py:144:5: W0511: TODO: file a pygals issue to make sparklines their own object (fixme)
|
runner / pylint:
scripts/gen_graphs.py#L344
[pylint] reported by reviewdog 🐶
W0511: TODO: Contribute upstream to add a timeline object to pygal (fixme)
Raw Output:
scripts/gen_graphs.py:344:5: W0511: TODO: Contribute upstream to add a timeline object to pygal (fixme)
|
runner / pylint:
scripts/gen_graphs.py#L7
[pylint] reported by reviewdog 🐶
E0401: Unable to import 'pygal' (import-error)
Raw Output:
scripts/gen_graphs.py:7:0: E0401: Unable to import 'pygal' (import-error)
|
runner / pylint:
scripts/gen_graphs.py#L20
[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:20:11: C0209: Formatting a regular string which could be an f-string (consider-using-f-string)
|
runner / pylint:
scripts/gen_graphs.py#L32
[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:32:11: C0209: Formatting a regular string which could be an f-string (consider-using-f-string)
|
runner / pylint:
scripts/gen_graphs.py#L34
[pylint] reported by reviewdog 🐶
W0613: Unused argument 'x' (unused-argument)
Raw Output:
scripts/gen_graphs.py:34:21: W0613: Unused argument 'x' (unused-argument)
|
runner / pylint:
scripts/gen_graphs.py#L106
[pylint] reported by reviewdog 🐶
W0102: Dangerous default value {} as argument (dangerous-default-value)
Raw Output:
scripts/gen_graphs.py:106:0: W0102: Dangerous default value {} as argument (dangerous-default-value)
|
Tier 3 Checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tier 3 Checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tier 3 Checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|