Add ability to view and manage API keys via the frontend #3041 #503
checks.yml
on: pull_request
runner / pylint
23s
runner / misspell
15s
Annotations
2 errors and 10 warnings
runner / pylint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.ghproxy.topmunity/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
runner / pylint
Process completed with exit code 1.
|
runner / pylint:
augur/api/view/api.py#L19
[pylint] reported by reviewdog 🐶
E0602: Undefined variable 'toCacheFilename' (undefined-variable)
Raw Output:
augur/api/view/api.py:19:58: E0602: Undefined variable 'toCacheFilename' (undefined-variable)
|
runner / pylint:
augur/api/view/api.py#L216
[pylint] reported by reviewdog 🐶
E0602: Undefined variable 'requestReports' (undefined-variable)
Raw Output:
augur/api/view/api.py:216:4: E0602: Undefined variable 'requestReports' (undefined-variable)
|
runner / pylint:
augur/api/view/api.py#L217
[pylint] reported by reviewdog 🐶
E0602: Undefined variable 'report_requests' (undefined-variable)
Raw Output:
augur/api/view/api.py:217:19: E0602: Undefined variable 'report_requests' (undefined-variable)
|
runner / pylint:
augur/api/view/api.py#L229
[pylint] reported by reviewdog 🐶
E1120: No value for argument 'logger' in constructor call (no-value-for-parameter)
Raw Output:
augur/api/view/api.py:229:13: E1120: No value for argument 'logger' in constructor call (no-value-for-parameter)
|
runner / pylint:
augur/api/view/api.py#L270
[pylint] reported by reviewdog 🐶
E1120: No value for argument 'logger' in constructor call (no-value-for-parameter)
Raw Output:
augur/api/view/api.py:270:13: E1120: No value for argument 'logger' in constructor call (no-value-for-parameter)
|
runner / pylint:
augur/api/view/api.py#L290
[pylint] reported by reviewdog 🐶
E1120: No value for argument 'logger' in constructor call (no-value-for-parameter)
Raw Output:
augur/api/view/api.py:290:13: E1120: No value for argument 'logger' in constructor call (no-value-for-parameter)
|
runner / pylint:
augur/api/view/api.py#L1
[pylint] reported by reviewdog 🐶
W0611: Unused current_app imported from flask (unused-import)
Raw Output:
augur/api/view/api.py:1:0: W0611: Unused current_app imported from flask (unused-import)
|
runner / pylint:
augur/api/view/api.py#L4
[pylint] reported by reviewdog 🐶
W0611: Unused RepoGroup imported from augur.application.db.models (unused-import)
Raw Output:
augur/api/view/api.py:4:0: W0611: Unused RepoGroup imported from augur.application.db.models (unused-import)
|
runner / pylint:
augur/api/view/routes.py#L65
[pylint] reported by reviewdog 🐶
W0702: No exception type(s) specified (bare-except)
Raw Output:
augur/api/view/routes.py:65:4: W0702: No exception type(s) specified (bare-except)
|
runner / pylint:
augur/api/view/routes.py#L153
[pylint] reported by reviewdog 🐶
R1720: Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it (no-else-raise)
Raw Output:
augur/api/view/routes.py:153:16: R1720: Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it (no-else-raise)
|