Skip to content

Fix Credo warnings, simplify code with Credo #43

Fix Credo warnings, simplify code with Credo

Fix Credo warnings, simplify code with Credo #43

Triggered via pull request January 3, 2024 20:25
Status Failure
Total duration 2m 20s
Artifacts

elixir.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
Build and test: test/xtb_client/main_socket_test.exs#L355
test trade transaction with async messages trade transaction - open and close transaction (XtbClient.MainSocketTest)
Build and test
Process completed with exit code 2.
Build and test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Build and test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Build and test
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Build and test
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1