Augur release 0.76.2 Updates to Dev #382
checks.yml
on: pull_request
runner / pylint
24s
runner / misspell
17s
Annotations
11 errors and 6 warnings
[misspell] docker/database/augur-retired-sql.schema#L1562:
docker/database/augur-retired-sql.schema#L1562
"analyses" is a misspelling of "analyzes"
|
[misspell] docker/database/augur-retired-sql.schema#L1695:
docker/database/augur-retired-sql.schema#L1695
"analyses" is a misspelling of "analyzes"
|
[misspell] docker/database/augur-retired-sql.schema#L2188:
docker/database/augur-retired-sql.schema#L2188
"issueing" is a misspelling of "issuing"
|
[misspell] docker/database/augur-retired-sql.schema#L2946:
docker/database/augur-retired-sql.schema#L2946
"dependancy" is a misspelling of "dependency"
|
[misspell] docker/database/augur-retired-sql.schema#L2953:
docker/database/augur-retired-sql.schema#L2953
"dependancy" is a misspelling of "dependency"
|
[misspell] docker/database/augur-retired-sql.schema#L2960:
docker/database/augur-retired-sql.schema#L2960
"dependancy" is a misspelling of "dependency"
|
[misspell] docker/database/augur-retired-sql.schema#L6598:
docker/database/augur-retired-sql.schema#L6598
"Licence" is a misspelling of "License"
|
[misspell] docker/database/augur-retired-sql.schema#L8831:
docker/database/augur-retired-sql.schema#L8831
"commited" is a misspelling of "committed"
|
[misspell] docker/database/augur-retired-sql.schema#L8834:
docker/database/augur-retired-sql.schema#L8834
"commited" is a misspelling of "committed"
|
[misspell] docker/database/augur-new-schema.sql#L3094:
docker/database/augur-new-schema.sql#L3094
"analyses" is a misspelling of "analyzes"
|
[misspell] docker/database/augur-new-schema.sql#L3227:
docker/database/augur-new-schema.sql#L3227
"analyses" is a misspelling of "analyzes"
|
runner / pylint:
augur/application/db/lib.py#L20
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name)
Raw Output:
augur/application/db/lib.py:20:39: W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name)
|
runner / pylint:
augur/application/db/lib.py#L180
[pylint] reported by reviewdog 🐶
W0702: No exception type(s) specified (bare-except)
Raw Output:
augur/application/db/lib.py:180:4: W0702: No exception type(s) specified (bare-except)
|
runner / pylint:
augur/application/db/lib.py#L216
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name)
Raw Output:
augur/application/db/lib.py:216:31: W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name)
|
runner / pylint:
augur/application/db/lib.py#L258
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name)
Raw Output:
augur/application/db/lib.py:258:22: W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name)
|
runner / pylint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
runner / pylint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|