Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace state/county/location search parameters with location_id as search parameter #219

Merged
merged 1 commit into from
Dec 13, 2024

Replace state/county/location search parameters with location_id as s…

f420040
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Replace state/county/location search parameters with location_id as search parameter #219

Replace state/county/location search parameters with location_id as s…
f420040
Select commit
Loading
Failed to load commit list.
GitHub Actions / flake8 completed Dec 13, 2024 in 1s

reviewdog [flake8] report

reported by reviewdog 🐶

Findings (16)

middleware/schema_and_dto_logic/primary_resource_schemas/search_schemas.py|187 col 1| Missing docstring in public class
tests/integration/test_search.py|36 col 1| expected 2 blank lines, found 1
tests/integration/test_search.py|37 col 1| Missing docstring in public class
tests/integration/test_search.py|42 col 1| expected 2 blank lines, found 1
tests/integration/test_search.py|43 col 1| Missing docstring in public function
tests/integration/test_search.py|43 col 23| redefinition of unused 'test_data_creator_flask' from line 26
tests/integration/test_search.py|52 col 9| continuation line missing indentation or outdented
tests/integration/test_search.py|56 col 1| Missing docstring in public function
tests/integration/test_search.py|56 col 1| expected 2 blank lines, found 1
tests/integration/test_search.py|159 col 1| Missing docstring in public function
tests/test_database_client.py|629 col 40| unexpected spaces around keyword / parameter equals
tests/test_database_client.py|629 col 42| unexpected spaces around keyword / parameter equals
tests/test_database_client.py|629 col 55| unexpected spaces around keyword / parameter equals
tests/test_database_client.py|629 col 57| unexpected spaces around keyword / parameter equals
tests/test_database_client.py|629 col 72| unexpected spaces around keyword / parameter equals
tests/test_database_client.py|629 col 74| unexpected spaces around keyword / parameter equals

Filtered Findings (0)

Annotations

Check warning on line 187 in middleware/schema_and_dto_logic/primary_resource_schemas/search_schemas.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] middleware/schema_and_dto_logic/primary_resource_schemas/search_schemas.py#L187 <101>

Missing docstring in public class
Raw output
./middleware/schema_and_dto_logic/primary_resource_schemas/search_schemas.py:187:1: D101 Missing docstring in public class

Check failure on line 36 in tests/integration/test_search.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_search.py#L36 <302>

expected 2 blank lines, found 1
Raw output
./tests/integration/test_search.py:36:1: E302 expected 2 blank lines, found 1

Check warning on line 37 in tests/integration/test_search.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_search.py#L37 <101>

Missing docstring in public class
Raw output
./tests/integration/test_search.py:37:1: D101 Missing docstring in public class

Check failure on line 42 in tests/integration/test_search.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_search.py#L42 <302>

expected 2 blank lines, found 1
Raw output
./tests/integration/test_search.py:42:1: E302 expected 2 blank lines, found 1

Check warning on line 43 in tests/integration/test_search.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_search.py#L43 <103>

Missing docstring in public function
Raw output
./tests/integration/test_search.py:43:1: D103 Missing docstring in public function

Check warning on line 43 in tests/integration/test_search.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_search.py#L43 <811>

redefinition of unused 'test_data_creator_flask' from line 26
Raw output
./tests/integration/test_search.py:43:23: F811 redefinition of unused 'test_data_creator_flask' from line 26

Check failure on line 52 in tests/integration/test_search.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_search.py#L52 <122>

continuation line missing indentation or outdented
Raw output
./tests/integration/test_search.py:52:9: E122 continuation line missing indentation or outdented

Check warning on line 56 in tests/integration/test_search.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_search.py#L56 <103>

Missing docstring in public function
Raw output
./tests/integration/test_search.py:56:1: D103 Missing docstring in public function

Check failure on line 56 in tests/integration/test_search.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_search.py#L56 <302>

expected 2 blank lines, found 1
Raw output
./tests/integration/test_search.py:56:1: E302 expected 2 blank lines, found 1

Check warning on line 159 in tests/integration/test_search.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_search.py#L159 <103>

Missing docstring in public function
Raw output
./tests/integration/test_search.py:159:1: D103 Missing docstring in public function

Check failure on line 629 in tests/test_database_client.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/test_database_client.py#L629 <251>

unexpected spaces around keyword / parameter equals
Raw output
./tests/test_database_client.py:629:40: E251 unexpected spaces around keyword / parameter equals

Check failure on line 629 in tests/test_database_client.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/test_database_client.py#L629 <251>

unexpected spaces around keyword / parameter equals
Raw output
./tests/test_database_client.py:629:42: E251 unexpected spaces around keyword / parameter equals

Check failure on line 629 in tests/test_database_client.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/test_database_client.py#L629 <251>

unexpected spaces around keyword / parameter equals
Raw output
./tests/test_database_client.py:629:55: E251 unexpected spaces around keyword / parameter equals

Check failure on line 629 in tests/test_database_client.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/test_database_client.py#L629 <251>

unexpected spaces around keyword / parameter equals
Raw output
./tests/test_database_client.py:629:57: E251 unexpected spaces around keyword / parameter equals

Check failure on line 629 in tests/test_database_client.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/test_database_client.py#L629 <251>

unexpected spaces around keyword / parameter equals
Raw output
./tests/test_database_client.py:629:72: E251 unexpected spaces around keyword / parameter equals

Check failure on line 629 in tests/test_database_client.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/test_database_client.py#L629 <251>

unexpected spaces around keyword / parameter equals
Raw output
./tests/test_database_client.py:629:74: E251 unexpected spaces around keyword / parameter equals