You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elixir 1.3 included some improvements both for working with types and in its own spec definitions. After running dialyxir (1.4) the warnings emitted seem to be real warnings and not just wonky Elixir issues coming up to the surface, so let's give it a shot and see if we can add it as a final step to our CI builds.
Add dialyxir to Cog
Fix or ignore all warnings emitted
Run mix dialyzer --halt-exit-status as part of CI builds
The text was updated successfully, but these errors were encountered:
Elixir 1.3 included some improvements both for working with types and in its own spec definitions. After running dialyxir (1.4) the warnings emitted seem to be real warnings and not just wonky Elixir issues coming up to the surface, so let's give it a shot and see if we can add it as a final step to our CI builds.
mix dialyzer --halt-exit-status
as part of CI buildsThe text was updated successfully, but these errors were encountered: