Skip to content

[Config] Implement configuration synchronization between file and database (fixes #3013) #490

[Config] Implement configuration synchronization between file and database (fixes #3013)

[Config] Implement configuration synchronization between file and database (fixes #3013) #490

Triggered via pull request March 3, 2025 20:54
Status Success
Total duration 32s
Artifacts

checks.yml

on: pull_request
runner / pylint
22s
runner / pylint
runner / misspell
14s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
runner / pylint: augur/application/cli/api.py#L136
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'logger' from outer scope (line 21) (redefined-outer-name) Raw Output: augur/application/cli/api.py:136:27: W0621: Redefining name 'logger' from outer scope (line 21) (redefined-outer-name)
runner / pylint: augur/application/cli/collection.py#L294
[pylint] reported by reviewdog 🐶 E0602: Undefined variable 'get_augur_server_processes' (undefined-variable) Raw Output: augur/application/cli/collection.py:294:22: E0602: Undefined variable 'get_augur_server_processes' (undefined-variable)
runner / pylint: augur/application/cli/collection.py#L309
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'logger' from outer scope (line 32) (redefined-outer-name) Raw Output: augur/application/cli/collection.py:309:34: W0621: Redefining name 'logger' from outer scope (line 32) (redefined-outer-name)
runner / pylint: augur/application/cli/tasks.py#L77
[pylint] reported by reviewdog 🐶 E1120: No value for argument 'connection_string' in function call (no-value-for-parameter) Raw Output: augur/application/cli/tasks.py:77:12: E1120: No value for argument 'connection_string' in function call (no-value-for-parameter)
runner / pylint: augur/application/cli/tasks.py#L77
[pylint] reported by reviewdog 🐶 E1120: No value for argument 'queues' in function call (no-value-for-parameter) Raw Output: augur/application/cli/tasks.py:77:12: E1120: No value for argument 'queues' in function call (no-value-for-parameter)
runner / pylint: augur/application/cli/tasks.py#L77
[pylint] reported by reviewdog 🐶 E1120: No value for argument 'logger' in function call (no-value-for-parameter) Raw Output: augur/application/cli/tasks.py:77:12: E1120: No value for argument 'logger' in function call (no-value-for-parameter)
runner / pylint: augur/application/cli/tasks.py#L188
[pylint] reported by reviewdog 🐶 R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return) Raw Output: augur/application/cli/tasks.py:188:8: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)