cog
                                
                                 cog copied to clipboard
                                
                                    cog copied to clipboard
                            
                            
                            
                        Revisit running dialyzer as part of CI
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-statusas part of CI builds