Fix tests #305
Annotations
11 errors and 15 warnings
Linux OTP 24.x / Elixir 1.14.x:
test/ex_cmd/process_test.exs#L276
** (CompileError) test/ex_cmd/process_test.exs:276: undefined function rret/0 (expected ExCmd.ProcessTest to define such a function or for it to be imported, but none are available)
|
Linux OTP 24.x / Elixir 1.14.x
Process completed with exit code 1.
|
Linux OTP 25.x / Elixir 1.15.x
The job was canceled because "_1_14_x_24_x" failed.
|
Linux OTP 25.x / Elixir 1.15.x
Process completed with exit code 1.
|
Linux OTP 27.x / Elixir 1.17.x
The job was canceled because "_1_14_x_24_x" failed.
|
Linux OTP 27.x / Elixir 1.17.x
Process completed with exit code 1.
|
Linux OTP 26.x / Elixir 1.16.x
The job was canceled because "_1_14_x_24_x" failed.
|
Linux OTP 26.x / Elixir 1.16.x
The operation was canceled.
|
macos
Process completed with exit code 1.
|
Lint OTP 26.x / Elixir 1.16.x
Process completed with exit code 6.
|
Windows OTP 27 / Elixir 1.17
Process completed with exit code 1.
|
Linux OTP 24.x / Elixir 1.14.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Linux OTP 24.x / Elixir 1.14.x:
test/ex_cmd/process_test.exs#L276
variable "rret" does not exist and is being expanded to "rret()", please use parentheses to remove the ambiguity or change the variable name
|
Linux OTP 24.x / Elixir 1.14.x:
test/ex_cmd/process_test.exs#L274
variable "ret" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Linux OTP 25.x / Elixir 1.15.x:
test/ex_cmd/process_test.exs#L274
variable "ret" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Linux OTP 26.x / Elixir 1.16.x
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Linux OTP 26.x / Elixir 1.16.x
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Lint OTP 26.x / Elixir 1.16.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint OTP 26.x / Elixir 1.16.x:
lib/ex_cmd/process/proto.ex#L195
Nested modules could be aliased at the top of the invoking module.
|
Lint OTP 26.x / Elixir 1.16.x:
lib/ex_cmd/process/proto.ex#L1
Modules should have a @moduledoc tag.
|
Lint OTP 26.x / Elixir 1.16.x:
lib/ex_cmd/process/nif.ex#L1
Modules should have a @moduledoc tag.
|
Lint OTP 26.x / Elixir 1.16.x:
lib/ex_cmd/process/proto.ex#L118
Prefer using an implicit `try` rather than explicit `try`.
|
Lint OTP 26.x / Elixir 1.16.x:
lib/ex_cmd/process/proto.ex#L102
Prefer using an implicit `try` rather than explicit `try`.
|
Lint OTP 26.x / Elixir 1.16.x:
lib/ex_cmd/process/proto.ex#L91
Prefer using an implicit `try` rather than explicit `try`.
|
Lint OTP 26.x / Elixir 1.16.x
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Lint OTP 26.x / Elixir 1.16.x
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|