chore: setup common-config-elixir #5
ci.yaml
on: pull_request
Credo
18s
Dependencies
22s
Dialyzer
27s
Documentation
26s
Format
23s
Matrix: Test
Annotations
1 error and 17 warnings
Test (Elixir 1.15 OTP 26)
Process completed with exit code 1.
|
Documentation:
lib/paginator.ex#L227
documentation references module "Paginator.Config" but it is hidden
|
Documentation:
lib/paginator.ex#L54
documentation references function "Ecto.Repo.all/2" but it is undefined or private
|
Documentation:
lib/paginator.ex#L227
documentation references module "Paginator.Config" but it is hidden
|
Documentation:
lib/paginator.ex#L54
documentation references function "Ecto.Repo.all/2" but it is undefined or private
|
Test (Elixir 1.15 OTP 26)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test (Elixir 1.15 OTP 26)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.15 OTP 26)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.15 OTP 26)
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Test (Elixir 1.13 OTP 25)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test (Elixir 1.13 OTP 25)
:random.uniform/1 is deprecated. Use the 'rand' module instead
|
Test (Elixir 1.14 OTP 25)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test (Elixir 1.14 OTP 25)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.14 OTP 25)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.14 OTP 25)
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Test (Elixir 1.14 OTP 25)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.14 OTP 25)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.14 OTP 25)
:random.uniform/1 is deprecated. Use the 'rand' module instead
|