fazibear/airbrakex

View on GitHub

Showing 6 of 6 total issues

Enum.map_join/3 is more efficient than Enum.map/2 |> Enum.join/2
Open

      |> Enum.join(", ")
Severity: Critical
Found in lib/airbrakex/exception_parser.ex by credo

Enum.map_join/3 is more efficient than Enum.map/2 |> Enum.join/2

There should be no calls to IO.inspect/1.
Open

        IO.inspect("test", [], "")
Severity: Critical
Found in test/airbrakex/exception_parser_test.exs by credo

There should be no calls to IO.inspect/1.

Enum.map_join/3 is more efficient than Enum.map/2 |> Enum.join/2
Open

      |> Enum.join("\n")
Severity: Critical
Found in lib/airbrakex/logger_parser.ex by credo

Enum.map_join/3 is more efficient than Enum.map/2 |> Enum.join/2

There should be no calls to IO.inspect/1.
Open

    IO.inspect("test", [], "")
Severity: Critical
Found in test/airbrakex/plug_test.exs by credo

There should be no calls to IO.inspect/1.

There should be no calls to IO.inspect/1.
Open

        IO.inspect("test", [], "")
Severity: Critical
Found in test/airbrakex/plug_test.exs by credo

There should be no calls to IO.inspect/1.

There should be no calls to IO.inspect/1.
Open

    error = fetch_error(fn -> IO.inspect("test", [], "") end)
Severity: Critical
Found in test/airbrakex/notifier_test.exs by credo

There should be no calls to IO.inspect/1.

Severity
Category
Status
Source
Language