_russellb

_russellb

Ale linting with vim

Does anyone have ale linting with live reload working for phoenix projects? If so can you tell me how you fixed the issue?

First Post!

NobbZ

NobbZ

Which issue?

Most Liked

NobbZ

NobbZ

Just guessing but it might be solvable by running the linters in its own mix env. Because lintung causes recompiling. If though the printer compiles faster then Phoenix, it doesn’t see anything to recompile as all beam files are newer as their source files when phoenix gets aware of the change of the source. I do assume similar problems with other editors and linters, but I do not use any lint integration for mine (except for compiling errors), nor do I currently do phoenix.

You’'ll probably need to change the source of your plugin to test, to make it run mix credo with MIX_ENV=lint, you’ll also need to provide conf/lint.exs, which can be a copy of conf/dev.exs for the test.

Last Post!

gregvaughn

gregvaughn

Interesting! I’ll have to give that a try when I get some spare time.

Where Next?

Popular in Questions Top

vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New

Other popular topics Top

JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

We're in Beta

About us Mission Statement