Skip to content

Fix Credo warnings, simplify code with Credo (#23) #45

Fix Credo warnings, simplify code with Credo (#23)

Fix Credo warnings, simplify code with Credo (#23) #45

Triggered via push January 3, 2024 20:58
Status Success
Total duration 3m 49s
Artifacts

elixir.yml

on: push
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