Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report warnings doesn't work unless Lint on the Fly is chosen #79

Open
cscalfani opened this issue Aug 18, 2016 · 4 comments
Open

Report warnings doesn't work unless Lint on the Fly is chosen #79

cscalfani opened this issue Aug 18, 2016 · 4 comments

Comments

@cscalfani
Copy link

This is occurring in version 0.16.0 (it occurred in previous versions too if that helps).

@halohalospecial
Copy link
Collaborator

Hi @cscalfani, thanks for the report! Unfortunately, I could not reproduce this :( The Report Warnings option is working regardless if Lint On The Fly is enabled or disabled. Can you kindly give me your linter-elm-make and linter settings (they're in ~/.atom/config.cson) so that I can investigate? Thanks!

@cscalfani
Copy link
Author

Not sure this will be too helpful, but here it is:

linter:
    errorPanelHeight: 99
"linter-elm-make": {}

@halohalospecial
Copy link
Collaborator

halohalospecial commented Aug 18, 2016

Haha! Can you run Atom using atom -d and check the console log. It should show the arguments passed to elm-make (e.g. [linter-elm-make] Executing elm-make Main.elm --report=json --output=/dev/null --yes --warn)

@halohalospecial
Copy link
Collaborator

Thanks again @cscalfani for helping me debug this :-) I already submitted an issue to the elm-make repository: elm-lang/elm-make#114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants