Mc issue 310 refactor security #45
Annotations
10 errors and 10 warnings
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
middleware/security.py#L77
[flake8] reported by reviewdog 🐶
too many blank lines (3)
Raw Output:
./middleware/security.py:77:1: E303 too many blank lines (3)
|
resources/DataSources.py#L63
[flake8] reported by reviewdog 🐶
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
Raw Output:
./resources/DataSources.py:63:20: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
|
resources/DataSources.py#L125
[flake8] reported by reviewdog 🐶
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
Raw Output:
./resources/DataSources.py:125:20: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
|
tests/fixtures.py#L84
[flake8] reported by reviewdog 🐶
expected 2 blank lines after class or function definition, found 1
Raw Output:
./tests/fixtures.py:84:1: E305 expected 2 blank lines after class or function definition, found 1
|
tests/fixtures.py#L85
[flake8] reported by reviewdog 🐶
expected 2 blank lines, found 0
Raw Output:
./tests/fixtures.py:85:1: E302 expected 2 blank lines, found 0
|
tests/fixtures.py#L97
[flake8] reported by reviewdog 🐶
expected 2 blank lines, found 1
Raw Output:
./tests/fixtures.py:97:1: E302 expected 2 blank lines, found 1
|
tests/helper_functions.py#L274
[flake8] reported by reviewdog 🐶
expected 2 blank lines, found 1
Raw Output:
./tests/helper_functions.py:274:1: E302 expected 2 blank lines, found 1
|
tests/helper_functions.py#L330
[flake8] reported by reviewdog 🐶
expected 2 blank lines, found 1
Raw Output:
./tests/helper_functions.py:330:1: E302 expected 2 blank lines, found 1
|
tests/middleware/test_data_source_queries.py#L184
[flake8] reported by reviewdog 🐶
expected 2 blank lines, found 1
Raw Output:
./tests/middleware/test_data_source_queries.py:184:1: E302 expected 2 blank lines, found 1
|
app.py#L28
[flake8] reported by reviewdog 🐶
Missing docstring in public function
Raw Output:
./app.py:28:1: D103 Missing docstring in public function
|
conftest.py#L1
[flake8] reported by reviewdog 🐶
Missing docstring in public module
Raw Output:
./conftest.py:1:1: D100 Missing docstring in public module
|
conftest.py#L17
[flake8] reported by reviewdog 🐶
Missing docstring in public function
Raw Output:
./conftest.py:17:1: D103 Missing docstring in public function
|
conftest.py#L32
[flake8] reported by reviewdog 🐶
Missing docstring in public function
Raw Output:
./conftest.py:32:1: D103 Missing docstring in public function
|
middleware/access_token_logic.py#L1
[flake8] reported by reviewdog 🐶
Missing docstring in public module
Raw Output:
./middleware/access_token_logic.py:1:1: D100 Missing docstring in public module
|
middleware/access_token_logic.py#L5
[flake8] reported by reviewdog 🐶
Missing docstring in public function
Raw Output:
./middleware/access_token_logic.py:5:1: D103 Missing docstring in public function
|
middleware/access_token_logic.py#L9
[flake8] reported by reviewdog 🐶
f-string is missing placeholders
Raw Output:
./middleware/access_token_logic.py:9:9: F541 f-string is missing placeholders
|
middleware/custom_exceptions.py#L1
[flake8] reported by reviewdog 🐶
Missing docstring in public module
Raw Output:
./middleware/custom_exceptions.py:1:1: D100 Missing docstring in public module
|
middleware/custom_exceptions.py#L4
[flake8] reported by reviewdog 🐶
Missing docstring in __init__
Raw Output:
./middleware/custom_exceptions.py:4:1: D107 Missing docstring in __init__
|
middleware/data_source_queries.py#L4
[flake8] reported by reviewdog 🐶
'sqlalchemy.dialects.postgresql.psycopg2' imported but unused
Raw Output:
./middleware/data_source_queries.py:4:1: F401 'sqlalchemy.dialects.postgresql.psycopg2' imported but unused
|
This job failed
Loading