fix: support limit #24
Annotations
4 errors and 11 warnings
Run mix dialyzer:
lib/mongo_ecto/normalized_query.ex#L901
** (CompileError) lib/mongo_ecto/normalized_query.ex:901: Ecto.Query.LimitExpr.__struct__/0 is undefined, cannot expand struct Ecto.Query.LimitExpr. Make sure the struct name is correct. If the struct name exists and is correct but it still cannot be found, you likely have cyclic module usage in your code
|
Run mix dialyzer
Process completed with exit code 1.
|
Run mix credo --strict
Process completed with exit code 14.
|
Run mix format --check-formatted
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run mix credo --strict
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
|
Run mix credo --strict
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
|
Run mix credo --strict:
test/mongo_ecto/normalized_query_new_test.exs#L48
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --strict:
test/mongo_ecto/normalized_query_new_test.exs#L47
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --strict:
test/ecto_test/repo_test.exs#L27
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --strict:
test/test_helper.exs#L124
Line is too long (max is 120, was 130).
|
Run mix credo --strict:
test/mongo_ecto/normalized_query_new_test.exs#L961
Line is too long (max is 120, was 138).
|
Run mix credo --strict:
test/mongo_ecto/normalized_query_new_test.exs#L959
Line is too long (max is 120, was 132).
|
Run mix credo --strict:
test/mongo_ecto/normalized_query_new_test.exs#L806
Line is too long (max is 120, was 138).
|
Run mix credo --strict:
test/mongo_ecto/normalized_query_new_test.exs#L794
Line is too long (max is 120, was 127).
|
The logs for this run have expired and are no longer available.
Loading