Integrate with elm-analyse
See original GitHub issueIt would be nice if the results from elm-analyse
was highlighted, and listed in the editor. It could be added as a optional integration where the location to the binary and the optional elm-analyse.json file is supplied by the user.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
elm - Visual Studio Marketplace
Elm-analyse is a tool that allows you to analyse your Elm code, identify deficiencies and apply best practices. The integration enables vscode ...
Read more >Can not get elm-analyse and elm-language-server work
I have a project with the code from Elm's tutorial. Page itself works great, elm-format also works well. But elm-language-server and elm-analyse fails...
Read more >elm-lsp
Language server for Elm with diagnostic support, built on elm-analyse. Shown with ALE integration in Vim. screenshot. NPM Version · Build Status ·...
Read more >All packages
Using Atom Package Manager to deliver a custom Twitch Player integration. ... Integrate mbed development into Atom ... Atom linter for elm-analyse.
Read more >Elevate's ELM Analyse Documents makes informed ...
Click for Article. March 11, 2022 /by becky.jackson@elevateservices.com. Share this entry. Share on Facebook · Share on Twitter · Share on Google+ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Would you be open to reconsidering this? What’s nice about using things like elm-analyse is that it’s a shared configuration between various different developers and editors. It also goes together nicely with CI’s.
We just adopted elm-analyse in our CI pipeline at Culture Amp. elm-review is interesting too, but doesn’t yet have the editor tooling support, so we’re going with elm-analyse for now (which has integrations with VS Code and Vim via the Elm Language Server).
Right now I don’t have a good answer for our IntelliJ users for how to avoid unexpected linter errors in CI.