feat: supports ignoring certain exceptions #533
Annotations
8 warnings
Run mix test:
test/support/test_plug.ex#L8
the call to //2 will fail with ArithmeticError
|
Run mix test:
test/support/test_plug.ex#L8
the result of evaluating operator '/'/2 is ignored (suppress the warning by assigning the expression to the _ variable)
|
Run mix test:
test/tower_test.exs#L25
the call to //2 will fail with ArithmeticError
|
Run mix test:
test/tower_test.exs#L314
the call to //2 will fail with ArithmeticError
|
Run mix test:
test/tower_test.exs#L340
the call to //2 will fail with ArithmeticError
|
Run mix test:
test/tower_test.exs#L518
the call to //2 will fail with ArithmeticError
|
Run mix test:
test/tower_test.exs#L559
the call to //2 will fail with ArithmeticError
|
Run mix test:
test/tower_test.exs#L599
the call to //2 will fail with ArithmeticError
|
Loading