Andy

Results 183 comments of Andy

Your arguments are totally valid. I kind of adapted from other ecosystems but this doesn't have to be the reference for the elm world. I can give you two examples...

@stil4m How about disabling rules via configuration for a specific file. I think currently you can exclude a whole file for all rules or a rule for all files. If...

What's currently possible is to disable the whole `test` directory. https://stil4m.github.io/elm-analyse/#/configuration

Update: It is removed by default from `elm-format`. There is a way to add the list: https://github.com/avh4/elm-format/issues/578#issuecomment-517966240

What about `MultiLineRecordFormatting`? ;)

Great. I started to use `elm-analyse` since yesterday and I'm very happy and even surprised of the great feature set. Awesome work!

How about starting with a naive approach: Applying the changes step by step, writing to disk and analyzing the file again. Would be quite inefficient, but is automating the same...

It would be especially intersting if it's not tail recursive. But recursion in general is not something that has to be fixed, right? So why do we want to have...

How about suggesting this feature with a visible indicator to the creators of the IDE plugins? For example [VScode](https://github.com/Krzysztof-Cieslak/vscode-elm) or [Elmjutsu for Atom](https://atom.io/packages/elmjutsu)

Haha, I didn't know that. So I basically advised @halohalospecial to do it on his own ^^ By the way, great plugin @halohalospecial :)