elixir-analyzer icon indicating copy to clipboard operation
elixir-analyzer copied to clipboard

Results 15 elixir-analyzer issues
Sort by recently updated
recently updated
newest added

Given that the main focus of this exercise is to use erlang libaries, it feels strange to receive analyzer errors for the following two solutions: `random_ship_registry/0` (prompts to use `Enum.random/1`):...

x:action/improve

```elixir defp print_charmap(charmap) do IO.inspect(charmap, label: "Your character") end def run() do with :ok The function run/0 should not explicitly return the result, but return whatever IO.inspect returns (which is...

When the elixir track on the exercise log level when submitted I have got what I think is a wrong automatic recommendation about snake_case. The details of the recommendations are:...

x:module/analyzer
good first issue 🐥
help wanted 🤝
bug 🐛
hacktoberfest

By just adding three lines in the `check_wrong_order()` function, one is able to allow for all combinations with `:defp` and `:defmacrop` at once. Since the nodes corresponding to different functions...

I was working on the Name Badge exercise, where I decided to have a `@spec` for two private functions. In my editor, locally, I initially had a `@doc` and a...

x:module/analyzer
x:size/medium
help wanted 🤝

Hi, I'd like to start off with saying I love this tool and the exercises. Now I've been using Elixir for a couple of years already and I'm kinda trying...

x:action/improve
x:knowledge/elementary
x:module/analyzer
x:size/medium
help wanted 🤝

Hello I love your work. I am only just learning Elixir but wonder if the feedback given as Essential in this exercise might be incorrect in these circumstances. `Keyword lists...

Should we configure all tooling repos to automatically update Elixir deps with dependabot? - Analyzer uses: jason, credo, dialyzer - Test Runner uses: jason - Representer uses: nothing

As I mentor, I keep seeing some reoccurring problems with solutions that are exercise-independent and could, at least partially, be detected automatically. A code snippet from a real recent solution:...

discussion 💬