Tests legacy #135
Merged
Tests legacy #135
Annotations
10 errors and 10 warnings
|
tests/tests_monggregate/tests_operators/tests_conditional/test_if_null.py#L5
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_conditional/test_if_null.py:5:1: error: Function is missing a return type annotation [no-untyped-def]
|
|
tests/tests_monggregate/tests_operators/tests_conditional/test_switch.py#L5
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_conditional/test_switch.py:5:1: error: Function is missing a return type annotation [no-untyped-def]
|
|
tests/tests_monggregate/tests_operators/tests_date/test_millisecond.py#L5
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_date/test_millisecond.py:5:1: error: Function is missing a return type annotation [no-untyped-def]
|
|
tests/tests_monggregate/tests_operators/tests_objects/test_merge_objects.py#L5
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_objects/test_merge_objects.py:5:1: error: Function is missing a return type annotation [no-untyped-def]
|
|
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
|
|
tests/tests_monggregate/tests_operators/tests_objects/test_object_to_array.py#L5
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_objects/test_object_to_array.py:5:1: error: Function is missing a return type annotation [no-untyped-def]
|
|
tests/tests_monggregate/tests_operators/tests_strings/test_concat.py#L5
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_strings/test_concat.py:5:1: error: Function is missing a return type annotation [no-untyped-def]
|
|
tests/tests_monggregate/tests_operators/tests_strings/test_date_from_string.py#L5
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_strings/test_date_from_string.py:5:1: error: Function is missing a return type annotation [no-untyped-def]
|
|
tests/tests_monggregate/tests_operators/tests_strings/test_date_to_string.py#L5
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_strings/test_date_to_string.py:5:1: error: Function is missing a return type annotation [no-untyped-def]
|
|
tests/tests_monggregate/tests_operators/tests_type_/test_type.py#L5
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_type_/test_type.py:5:1: error: Function is missing a return type annotation [no-untyped-def]
|
|
tests/tests_monggregate/tests_operators/tests_conditional/test_cond.py#L5
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_conditional/test_cond.py:5:1: note: Use "-> None" if function does not return a value
|
|
tests/tests_monggregate/tests_operators/tests_conditional/test_if_null.py#L5
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_conditional/test_if_null.py:5:1: note: Use "-> None" if function does not return a value
|
|
tests/tests_monggregate/tests_operators/tests_conditional/test_switch.py#L5
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_conditional/test_switch.py:5:1: note: Use "-> None" if function does not return a value
|
|
tests/tests_monggregate/tests_operators/tests_date/test_millisecond.py#L5
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_date/test_millisecond.py:5:1: note: Use "-> None" if function does not return a value
|
|
tests/tests_monggregate/tests_operators/tests_objects/test_merge_objects.py#L5
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_objects/test_merge_objects.py:5:1: note: Use "-> None" if function does not return a value
|
|
tests/tests_monggregate/tests_operators/tests_objects/test_object_to_array.py#L5
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_objects/test_object_to_array.py:5:1: note: Use "-> None" if function does not return a value
|
|
tests/tests_monggregate/tests_operators/tests_strings/test_concat.py#L5
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_strings/test_concat.py:5:1: note: Use "-> None" if function does not return a value
|
|
tests/tests_monggregate/tests_operators/tests_strings/test_date_from_string.py#L5
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_strings/test_date_from_string.py:5:1: note: Use "-> None" if function does not return a value
|
|
tests/tests_monggregate/tests_operators/tests_strings/test_date_to_string.py#L5
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_strings/test_date_to_string.py:5:1: note: Use "-> None" if function does not return a value
|
|
tests/tests_monggregate/tests_operators/tests_type_/test_type.py#L5
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_operators/tests_type_/test_type.py:5:1: note: Use "-> None" if function does not return a value
|
The logs for this run have expired and are no longer available.
Loading