jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
373 stars 67 forks source link

Not all warnings from elm-analyse are shown #167

Closed ni-ko-o-kin closed 4 years ago

ni-ko-o-kin commented 4 years ago

When I run elm-analyse . I get a lot of unused imports. But in elm-mode I only get some warnings, not all. For example: I get No signature for top level definition main in emacs but no warnings at all for unused imports.

ni-ko-o-kin commented 4 years ago

human error....