Mats Stijlaart
Mats Stijlaart
If fixing starts at the bottom of the file and moves it way up, then it should definitely work (due to the code pointers that do not change). The current...
@zwilias Thanks for pointing that out. This kind of information is valuable :).
Hi @jscho13. Thanks for your report. Not a duplicate. I will look into the possibilities. The current design is currently set up as it is due to fact that to...
Fair point :). Regexes could cause runtime exceptions. [This](https://github.com/elm-lang/core/issues/722) is the meta issue. To limit this, you can define regexes as top level expressions such that these evaluate when your...
I hope that one day, `elm-analyse` is obsolete. I would be happy if some of these checks are incorporated in the compiler, and I am willing and hoping to contribute...
Good point! I've been making some structural changes for #102 which already collects all the data for this. In #101 I removed the directed layout while it was mainly missing...
I've released a `digraph` representation that can be viewed using graphviz in the `0.12.0` release. Have you checked it out?
@andys8, the issue was created by the author of Elmjutsu :). As for now, I want the violations in elm-analyse to be kept to "things that you do not want...
@ocharles Thanks for your issue. In #10 I already mention `Functions where 'too much' happens`, but I had a hard time to actually define this. Functions with too much indentation...
I agree. Defining the `golden max-indentation` is something I do not want to burn my fingers on. Would it be a good option to only check this if for example...