Kian-Meng Ang

Results 322 issues of Kian-Meng Ang

Remove the extra redirection. See https://github.com/erlef/setup-beam/issues/20 Also, run additional linting using latest Elixir/Erlang matrix.

Resolved through these commands: - `codespell -i3 -w -L crate,ser` - `prettier --write .`

This fixed warning below: warning: clauses with the same name and arity (number of arguments) should be grouped together, "def fun1/1" was previously defined (test/decorate_all_test.exs:50) test/decorate_all_test.exs:54

I've noticed that in `coveralls.sh`, the script only pull dependencies for `:docs` environment: ``` echo "Posting coveralls" mix deps.get --only docs mix coveralls.travis ``` But in `mix.exs`, there is no...

Running on: - Elixir: 1.12.1 - Erlang: 24.0.2 Results as follows: ``` make ci mix clean && mix compile --warnings-as-errors Compiling 2 files (.erl) Compiling 53 files (.ex) Generated clean_mixer...

Resolved via `prettier -w .`