Format #57
Annotations
4 errors and 12 warnings
Build and test:
test/docker/images_test.exs#L15
test pull pulls the image if it does not exist (Docker.ImagesTest)
|
Build and test:
test/excontainers/resources_reaper_test.exs#L10
test when it terminates, reaps all registered resources after a timeout (Excontainers.ResourcesReaperTest)
|
Build and test:
test/docker/containers_test.exs#L138
test run when image does not exist, automatically fetches it before starting the container (Docker.ContainersTest)
|
Build and test
Process completed with exit code 1.
|
Build and test
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/
|
Build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and test
:random.seed/3 is deprecated. Use the 'rand' module instead
|
Build and test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Build and test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Build and test:
lib/docker/api/hackney_host.ex#L7
:http_uri.encode/1 is deprecated. It will be removed in OTP 25. Use uri_string functions instead
|
Build and test:
lib/excontainers/resources_reaper.ex#L75
:http_uri.encode/1 is deprecated. It will be removed in OTP 25. Use uri_string functions instead
|
Build and test
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
|
Build and test
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
|
Build and test
:random.seed/3 is deprecated. Use the 'rand' module instead
|
Build and test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Build and test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|