Skip to content

Fix Credo warnings, simplify code with Credo #44

Fix Credo warnings, simplify code with Credo

Fix Credo warnings, simplify code with Credo #44

Triggered via pull request January 3, 2024 20:54
Status Success
Total duration 4m 2s
Artifacts

elixir.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
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