jcollard / elm-mode

Elm mode for emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not all warnings from elm-analyse are shown

ni-ko-o-kin opened this issue · comments

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.

human error....